Loading Tool

Explorer IconExplorer

Memory Pool

42,970 transactions
30.77 vMB
0.12495666 BTC
Random Selection Loading Transactions
Max Size: 156.28/200 MB

Candidate Block

Mining Attempt 417c5b32ce8b47a5ebd8b627cde4d8fdd351bbba8c58739f702f98b052fca2d4
Version 20000000
Previous Block 0000000000000000000164281bb9c4d30def7985f62e854cc0de9866367320c5
Merkle Root fc6d72f093d50aa463c0acc50370cf8bfe3449d99f73d1c1815c0a0047977b05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,073
Size: 1.00 vMB
Total Fees: 0.06312647 BTC
Feerates: 301.60 > 6.33 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,466 (785,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,350 129,350 00000000000013d15405a4f24e54d83e16ad72810df37a62e7dc68711b06c38a 38 0.02/1.00 vMB 918
129,349 129,349 0000000000001661187bbcc9e41d0c2ad3dd6bfe6116165a78b35bc87e152a2d 21 0.01/1.00 vMB 1,739
129,348 129,348 0000000000000f9a751a985d12a7defb0a9885a617e47acce4e49034c5f9c21b 18 0.01/1.00 vMB 671
129,347 129,347 000000000000184eb10433a37f4268f6104a2a8f6224ed66ea03ac042eb7ddd2 85 0.02/1.00 vMB 84
129,346 129,346 00000000000008492ff65025c0d43409955805f20080a39dbecc4ac2c753a77a 36 0.03/1.00 vMB 1,046
129,345 129,345 00000000000000a51e6da6d05e570e35f2db95a192eadae594c28dc909d7473a 143 0.06/1.00 vMB 492
129,344 129,344 0000000000000a86c4f5ec4706e16b949b357b24ad3586a76d40376e7299ea84 33 0.02/1.00 vMB 1,270
129,343 129,343 00000000000009c57ba5947a198a279b24d0bd5010ad524f55807595551f4401 14 0.00/1.00 vMB 1,372
129,342 129,342 0000000000000d62f9be9f5e8aac7d227b8e14d60658dbcd388ea90247ad97f5 239 0.10/1.00 vMB 303
129,341 129,341 00000000000010c1dacc743a3b529ba7a4ce91b034721be7ac74712d617826cc 8 0.00/1.00 vMB 354
129,340 129,340 0000000000000636bff303425c53bbcf3c06dc61f8ec81f9847ab80ebb7300ac 28 0.02/1.00 vMB 516
129,339 129,339 000000000000137de7e37f660ff138f1edd8872007633cd25f5a68948115bcf6 42 0.03/1.00 vMB 312
129,338 129,338 000000000000050cafc0d66c5e6b3b5e70df83e6741b78ee0c39ba3c700eb26b 24 0.02/1.00 vMB 1,439
129,337 129,337 00000000000018d2c6f20586b58e09b29adddd0aba1815b54eb55c0ebacfb647 32 0.01/1.00 vMB 946
129,336 129,336 00000000000003221994651f1ac84a29a54fac7c62251c83d120e9ae1200d51b 17 0.01/1.00 vMB 774
129,335 129,335 0000000000001ce53ebbb7a7140dd4705377aad2df28a9204a5a5f9fcff87366 18 0.02/1.00 vMB 369
129,334 129,334 0000000000000f3594e017f589c6a587ea1cb171f250a42287107b8ddf86973d 7 0.00/1.00 vMB 0
129,333 129,333 0000000000001785b60d502dfdb67b935379b303e8fb4caf7af08aae1265024d 6 0.00/1.00 vMB 334
129,332 129,332 0000000000000acab0a39626839b757e981da9cb55b1b1265da765953ecc82f2 33 0.01/1.00 vMB 1,328
129,331 129,331 00000000000019bd83aea8f554380228f4bf96976bc277a4f09fa7bb2c9aa773 8 0.01/1.00 vMB 660
129,330 129,330 00000000000004c52e1c143e8058f6401d6acf4320a0fa575abaa18923cfae1b 183 0.06/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 781.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.19 GB
    • Received: 10.71 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.