Loading Tool

Explorer IconExplorer

Memory Pool

84,661 transactions
31.78 vMB
0.16411608 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt 5d38184d73028a952d41df6f144a751ff54ca8f54de97d2380a5e5b39d3ffdb6
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 44fbbf2d88a43f3e8e512687bfc2baf683a018711f669e8172a8f5d9151f2b58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.05201381 BTC
Feerates: 402.75 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (504,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,653 410,653 00000000000000000420a2f67f0366a82822fba96968f0bbcdead1dd885b46b0 953 0.47/1.00 vMB 33
410,652 410,652 000000000000000001c6e77cf0db567fec0f12584f4d6926bfd4f00bb6f81e37 1,394 0.55/1.00 vMB 47
410,651 410,651 00000000000000000208c08ea38ded39bf9ab6b0c290b9b7619d9d5fb7005815 151 0.06/1.00 vMB 61
410,650 410,650 000000000000000001dc5a0636cf22b1bc25b096a0410f719d2453abfaa5828a 997 0.45/1.00 vMB 38
410,649 410,649 000000000000000004572b9f8ab61db3ddccf06eb827c020e432fae120f33c45 1,818 0.72/1.00 vMB 40
410,648 410,648 0000000000000000042d85e43a386f2a22639ce520dc569d7c1cd4b7f17c0961 369 0.24/1.00 vMB 31
410,647 410,647 000000000000000001f5fed43a8307d55801f4c3605224d83e9b667da60364e6 2,281 0.95/1.00 vMB 49
410,646 410,646 000000000000000005bf574cda7428520f4bdc4d33888666ea633de9a4c6b014 609 0.30/1.00 vMB 37
410,645 410,645 00000000000000000385bc667af659f7c3e7550af5a6793ef5a30a23d29caa24 1,061 0.70/1.00 vMB 29
410,644 410,644 0000000000000000060350ed9004db195cdf0322bba59745ae74b5d2a0154e81 2,648 1.00/1.00 vMB 47
410,643 410,643 0000000000000000050455bcb9d56a5d3886399e8bdff393c312c37646587fae 1,942 1.00/1.00 vMB 35
410,642 410,642 000000000000000001296aa24cc3ca612f98473a7514c18725312c891fdbf3fc 2,104 1.00/1.00 vMB 47
410,641 410,641 000000000000000004fe6a8a89ca2df9817183e23d3b35bdee66bdbb71baae69 1,719 0.70/1.00 vMB 48
410,640 410,640 000000000000000000cb4cde68bf6e21192f766e08c17fba6b65c60e8ad3b897 717 0.44/1.00 vMB 34
410,639 410,639 0000000000000000055a8e567d50035c80304107a2617e5fca20fe209c287154 10 0.00/1.00 vMB 74
410,638 410,638 00000000000000000573f5ec588d8f3bfe6bf5be83d5c12029867c1bdd7b7c4f 2,544 1.00/1.00 vMB 47
410,637 410,637 000000000000000001bd57fd917003e85a56a02e14cb0410499c2a892351df57 1,088 0.95/1.00 vMB 24
410,636 410,636 000000000000000000447e19d8c4897bfd5782cf595006d220b937d6d491be27 2,281 0.99/1.00 vMB 41
410,635 410,635 00000000000000000610ec66afb2e9e74063003c6280ec6232b97ff7b93b76e6 8 0.00/1.00 vMB 171
410,634 410,634 000000000000000003c172fb5f79e8f6ff1002c4399be9eb8afd62180eb98835 1,348 1.00/1.00 vMB 27
410,633 410,633 000000000000000003d22f21b1c2b359fb4293a977ecf1c20d70064ee57a67ce 2,009 1.00/1.00 vMB 51
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.66 GB
    • Received: 16.30 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.