Loading Tool

Explorer IconExplorer

Memory Pool

86,008 transactions
32.04 vMB
0.21527512 BTC
Random Selection Loading Transactions
Max Size: 191.62/200 MB

Candidate Block

Mining Attempt 2ea688f54ce818952557e601d022e8c5226cc5be71317e8d342934cfd67ea16e
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 36ea5c0befff716d504b6cc2b764aa6729b83f009ad3ba13e2475cd91c8e6de4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.09657637 BTC
Feerates: 529.10 > 9.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (326,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,135 589,135 0000000000000000000b348317a6a2fe325c14c2bf8a78bcdb53cbb5656b6084 2,852 1.00/1.00 vMB 44
589,134 589,134 0000000000000000001864130b50efdfec01d7541b16973a396d384fd5fb155e 3,017 1.00/1.00 vMB 49
589,133 589,133 00000000000000000001f5bcaf24c2ec2b9dff1d17735d0c00f144f1ff70b6b0 2,587 1.00/1.00 vMB 72
589,132 589,132 0000000000000000000e016fc26b5a2b23e5ae9320d02e78c398fd04ad7b889e 2,973 1.00/1.00 vMB 63
589,131 589,131 0000000000000000000c9f4d3aebb8924463ea61bfc0ee9437be15776be874b7 2,580 1.00/1.00 vMB 59
589,130 589,130 000000000000000000140b3cb03ac2d003b5da81dc6fdcddf1c4d285ecf4127c 2,965 1.00/1.00 vMB 79
589,129 589,129 0000000000000000000c73fcce154131f9e99a854aad9602ed43150b098f2a6f 2,391 1.00/1.00 vMB 66
589,128 589,128 00000000000000000002cc34dcf49492b53a0515fe407fe4b150df0bd24f6d89 3,086 1.00/1.00 vMB 83
589,127 589,127 0000000000000000000b767ccc5cdaa3bbfadd9542ecb5b2fb926c4880364bd6 2,456 1.00/1.00 vMB 67
589,126 589,126 000000000000000000164a867057ed851819e207a207bc90771e7936c160c0a0 2,619 1.00/1.00 vMB 79
589,125 589,125 000000000000000000040669698b623cc1311bf7241017a58aaad11e75afa671 2,866 1.00/1.00 vMB 75
589,124 589,124 00000000000000000014411f2d3f80b85d97be45c2e6d3427e1ae20a78108893 2,352 1.00/1.00 vMB 74
589,123 589,123 000000000000000000052cfad504696b3144c93ec1d3a8754a5cc94146728af4 1,646 1.00/1.00 vMB 72
589,122 589,122 000000000000000000117f36aabfb52af0baa53f98cf418f8bc3ced656e2ac9f 3,026 1.00/1.00 vMB 84
589,121 589,121 0000000000000000000100dc13bcbe08c3d35768fd39b7d3362a96788ed3bf80 2,266 1.00/1.00 vMB 73
589,120 589,120 000000000000000000065af8053c1db50e6a945c45f19eb7fb829bb799288d11 3,473 1.00/1.00 vMB 91
589,119 589,119 0000000000000000000ab6d0a7994515f05a74d3e905326437491bf3b7add66a 2,204 1.00/1.00 vMB 53
589,118 589,118 00000000000000000000ef719cd4dded9de891630bea518f68b75254e4be3661 1,477 1.00/1.00 vMB 74
589,117 589,117 0000000000000000001be0508e70f201b8dbbaf0c45eada428a150fbba878047 3,173 1.00/1.00 vMB 80
589,116 589,116 0000000000000000001994d77231f6ffd347d48862abfaa5f86a9526755fb4d3 3,042 1.00/1.00 vMB 73
589,115 589,115 00000000000000000002e8d0baff7bee3ae12c27a39857d3aabd3c90bc135ddc 2,536 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.