Loading Tool

Explorer IconExplorer

Memory Pool

26,297 transactions
5.17 vMB
0.01964524 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.40/200 MB

Candidate Block

Mining Attempt 786bdbf350dd72017fcf97f246efc50cc257177eba03bcab707a0b2caca356ba
Version 20000000
Previous Block 0000000000000000000116045ddc8fb4c762f154670a95ec186979da2d4e09b3
Merkle Root 2039a3613640b85fab554f2fa517a92aef1e642dea71e75f6cbba3fd37004ca2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 726
Size: 0.31 vMB
Total Fees: 0.00698594 BTC
Avg Feerate: 1.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,957 (724,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,264 188,264 000000000000056d8620cd80f3201beb6df8162203bf1b7b2c7f162d2848837c 0.03 MB 113 89
188,263 188,263 00000000000008f0a34bfbd5662c2032d4f85b29a9577a623a8b3dbe5f8194b9 0.15 MB 199 335
188,262 188,262 00000000000007ace1851306d2fd55eaf0e8074584274fe42fbae819a15cd91b 0.01 MB 32 4
188,261 188,261 00000000000006b683cabd9d501ba5190829db676c8834eccbee6d924644b98d 0.18 MB 306 99
188,260 188,260 000000000000071052c0b91a44a5f17cd9225645b660225463d2bfe46e4c94b2 0.04 MB 54 74
188,259 188,259 00000000000008a150a88998dbaae11843f07383f2a12c4593fd7b5c69c2536a 0.01 MB 26 138
188,258 188,258 00000000000002ca2bb7cca7d6dbf61f03034bcf50a5c9ecd8ea354164360f17 0.17 MB 423 134
188,257 188,257 00000000000007eff9c014a54006721c66d8c621575bcbd105e49e305beefe3b 0.00 MB 5 160
188,256 188,256 00000000000000316cb163686353ea4b9b2c4b4f82a8633a360df92907be743d 0.03 MB 67 221
188,255 188,255 00000000000008958340ca08dc49f004aaaaa0137795aad844571d14e4a56759 0.05 MB 150 145
188,254 188,254 000000000000004cdeccb5add87b62d48460490d159ac65b2a61f0095fe83583 0.04 MB 114 26
188,253 188,253 00000000000000145de10cbd216c0f21b705ec0e3c4add5fdf7d3bad23f99f23 0.03 MB 70 185
188,252 188,252 000000000000009550bcde8b80ec99c6b21bead6b97fa3e3233d6bdb1304c56d 0.09 MB 159 103
188,251 188,251 00000000000003502fdf694bea6afa844b300021488fa6eb2d6457c9569ac02a 0.01 MB 16 82
188,250 188,250 00000000000007790f2a693a3c0cfc3079ff963e31d856126519bb85cfc278c3 0.15 MB 303 136
188,249 188,249 000000000000014b8ae3173394b89fb1b8658d975ee0d86e1e625c042217c434 0.04 MB 114 136
188,248 188,248 0000000000000600a436aca2d0fa514bba094a9665192a937b9044d551b4f467 0.00 MB 10 77
188,247 188,247 000000000000009d697a9b5ae4b0efd2d88dcb69788d591f561cb250b394958b 0.15 MB 377 156
188,246 188,246 00000000000005e93e88ad2ece8990c65a47357816133653f87b22965c045b0a 0.01 MB 21 38
188,245 188,245 00000000000002fc8215a3aad32610c6c7045378125fd070294c67099f3032d3 0.06 MB 181 51
188,244 188,244 000000000000012b7aed98764d471e797f68d5f99fcb78e1f5e0a0b66904a222 0.09 MB 168 115
Previous 10 blocks ↓
Total Size: 778.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 349.36 GB
    • Received: 3.06 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.