Loading Tool

Explorer IconExplorer

Memory Pool

79,067 transactions
29.29 vMB
0.09646584 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 9b6e94c073d41b9845018ecfbd7bc601889c56d615af51bb1226eee14e0f360c
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b15e653968bfb4f9539201e8c5805701c2dae0e38fc3f88fa238fae9e7f44515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.03451406 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (360,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,654 554,654 0000000000000000002f03470c89123e456a1273a8e136410a3ea6c73e449d27 1,859 1.00/1.00 vMB 15
554,653 554,653 000000000000000000015736cb02cda510769302550db3763a01d2c40d5df565 3,318 1.00/1.00 vMB 33
554,652 554,652 00000000000000000017e16ea466c3bb3c9add3e7624ada2119456a64f458f8e 2,818 1.00/1.00 vMB 45
554,651 554,651 000000000000000000153ce465c1059689417d091c63ffae9f98bbc8c69e0327 2,576 1.00/1.00 vMB 22
554,650 554,650 0000000000000000000bb4a2a77662ba05de1a8597b73259b0ec77023ed25aca 2,718 1.00/1.00 vMB 51
554,649 554,649 0000000000000000003225b5260a84fb8772aa13c37ee42c44eff66b8252e47a 257 1.00/1.00 vMB 2
554,648 554,648 0000000000000000001e04b72bf8beabb0105e4632ea7a520a71833be0668071 1,843 1.00/1.00 vMB 6
554,647 554,647 0000000000000000000b6dd125b1d7598d2337d7d9efa7cbfeb72a0d8615fd8c 2,238 1.00/1.00 vMB 4
554,646 554,646 0000000000000000000e3261a00658bb685841cff821f97f0bcbf6e8dfe30759 2,992 1.00/1.00 vMB 30
554,645 554,645 000000000000000000054727aa4e0a1c131e21d0111a4a21bae55a4cf6433a92 2,470 1.00/1.00 vMB 13
554,644 554,644 00000000000000000019b15ebf4a4304f05c3cf9ed8feaf5d08a0727107398dc 2,663 1.00/1.00 vMB 33
554,643 554,643 0000000000000000000f1f7e5054c850d96677c410b2a0decb58e874ad960974 2,527 1.00/1.00 vMB 41
554,642 554,642 0000000000000000000b075fa048d33a802ea143c9bd21f37f583a5ecd321116 1,354 1.00/1.00 vMB 14
554,641 554,641 0000000000000000001044d32b1902544ede1e4b320060ddb60d95242470166e 2,571 1.00/1.00 vMB 33
554,640 554,640 000000000000000000172a479eea10d1199aef394999649b0ba26453561d2163 1,333 1.00/1.00 vMB 11
554,639 554,639 0000000000000000001bd9d6f623cbfdaffe5e9d48c7873e37991021502b1ea7 1,291 1.00/1.00 vMB 13
554,638 554,638 000000000000000000323ecda4150fbbdf87a1165bd1b00fe7976cf02a27ce09 1,797 1.00/1.00 vMB 15
554,637 554,637 0000000000000000000e9d1d4b658aa6a3c37fc6ec3e813233c26ff468e837fd 2,339 1.00/1.00 vMB 22
554,636 554,636 00000000000000000004e00a3816984bb478d8eb73b77d03416c1fd7d614d8c6 2,226 1.00/1.00 vMB 35
554,635 554,635 00000000000000000007accf42c8d7e3a1d8b97df000798ad20456f4d728ee4d 892 1.00/1.00 vMB 47
554,634 554,634 0000000000000000002de5d06349fea73eaa5675177a4799f5a83da533c53b84 704 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.