Loading Tool

Explorer IconExplorer

Memory Pool

84,822 transactions
30.68 vMB
0.18131159 BTC
Random Selection Loading Transactions
Max Size: 185.95/200 MB

Candidate Block

Mining Attempt 8b90780adc140d5ef96a6c1066a6bb53aa7aff4d0e230c50324062b5a685582e
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root ba89a15e1c0921fe324a0a737774e102e22227ae21d66d3aa2ff087c71258cdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.11798704 BTC
Feerates: 179.53 > 11.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (83,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,617 831,617 00000000000000000000f87696b3adcfb9e416655f3e930e5e0735c26fa03450 2,164 1.00/1.00 vMB 11
831,616 831,616 00000000000000000003401b5b379986c54527c1f5d442509d32ae6c11c0d88d 2,883 1.00/1.00 vMB 21
831,615 831,615 000000000000000000009e046c4e7ec0ab5d1b22c2de98c386e7379c9fcbbacb 1,602 1.00/1.00 vMB 12
831,614 831,614 000000000000000000035f76a17afa005bb4b6e6a00906339ae5602fca4baa02 2,738 1.00/1.00 vMB 12
831,613 831,613 000000000000000000004fef1dc27ac6397aa15235317b0e04f0b2815f7d2ab7 1,675 1.00/1.00 vMB 13
831,612 831,612 00000000000000000000e41c70040314e6a0c96a9288b9fe9d634d191830d829 505 1.00/1.00 vMB 12
831,611 831,611 00000000000000000002ddad90f836c233c6b6670ff53d1db1fdd81206c1e79e 522 1.00/1.00 vMB 12
831,610 831,610 0000000000000000000175b4c9173fa3f73bca1cdbc2dd7a48635af517703af5 1,357 1.00/1.00 vMB 15
831,609 831,609 000000000000000000025ca7b64d08a5019e358a96d10d583da7a4bc15820bb9 192 1.00/1.00 vMB 12
831,608 831,608 000000000000000000007b731224b692c5f5f016c9fb5e25a1737258158b60d1 1,686 1.00/1.00 vMB 14
831,607 831,607 0000000000000000000286ab3d6ebeeed6918973550c55dac8c9d1e40c1dd1d6 2,946 1.00/1.00 vMB 19
831,606 831,606 000000000000000000004437c71465dede589c55c65b9e61f5fc273a9ac6fc74 3,030 1.00/1.00 vMB 26
831,605 831,605 000000000000000000025b24539c67dc63fd53400a02f0f9bbf992507390624d 1,722 1.00/1.00 vMB 16
831,604 831,604 00000000000000000002f0e1c3539c51526174f52d69e08768b0ae5c016db840 1,946 1.00/1.00 vMB 15
831,603 831,603 000000000000000000008d65fd09b13fc52b64e98f802b3940b6376e2822e5fc 2,208 1.00/1.00 vMB 15
831,602 831,602 000000000000000000024ba9f58619f2e2838d7d42422a338f4568f88de76151 2,423 1.00/1.00 vMB 17
831,601 831,601 000000000000000000025b1e2b87387df8937d7a73e3d7751f42cb3b3741a9b6 3,107 1.00/1.00 vMB 24
831,600 831,600 00000000000000000002ce1b24519fe3e0a2872ff45fdea03af07c41e7c46438 3,342 1.00/1.00 vMB 25
831,599 831,599 00000000000000000001f1e0d141747910d83fb3955ea66d65c39eff9f935d5e 3,234 1.00/1.00 vMB 31
831,598 831,598 000000000000000000033fb98e47c53336f473e23472e1934e4efdb567b05b8d 2,115 1.00/1.00 vMB 16
831,597 831,597 00000000000000000001c38b1064466140659b4d569be629f3b694dfe91087c7 2,214 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.32 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: 660.25 GB
    • Received: 14.65 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.