Loading Tool

Explorer IconExplorer

Memory Pool

48,692 transactions
29.66 vMB
0.09059638 BTC
Random Selection Loading Transactions
Max Size: 158.01/200 MB

Candidate Block

Mining Attempt 4bf676e73ffa5fc79161e4e7f514e1a9c42da1df96051c99c918845f30d4b029
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 851fb914e3fa09978bb59cb7b00771933533f4a468755bce18c897d5ffeb0435
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.02784898 BTC
Feerates: 105.02 > 2.79 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (482,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,675 432,675 0000000000000000014d59fe611bd85f49ce347544eee2057871b8880ab46811 1,947 0.79/1.00 vMB 61
432,674 432,674 0000000000000000032cd8e8120ca10496ed0a1e87ff422f2e124c472859c61a 2,129 0.89/1.00 vMB 58
432,673 432,673 000000000000000003a5a7e428aa0dd05e4807e0325dafd0458f6abb6dd5903d 1,729 1.00/1.00 vMB 49
432,672 432,672 000000000000000003a1ba31170d94705a7c946ba10217aa1eaad7eaeedbce01 759 0.79/1.00 vMB 24
432,671 432,671 0000000000000000028161fa08a7c4bbb0f239c219f241ed8d8ae36da43e83bf 1,875 1.00/1.00 vMB 55
432,670 432,670 000000000000000001cc7936b872b9d95cc0bd645efb643e1e2d16d7518725b5 2,739 1.00/1.00 vMB 71
432,669 432,669 0000000000000000041b095671f07d2c4f2b5fe80ac636bb29876b2be86707d4 2,242 1.00/1.00 vMB 76
432,668 432,668 00000000000000000061293211c230d9d2ad2f0dcb973557a1ed84a898cf609c 1,662 0.93/1.00 vMB 38
432,667 432,667 000000000000000001e633b4b13836efd547453ec68dbfb0b9d140afaa24fdbe 2,034 1.00/1.00 vMB 52
432,666 432,666 000000000000000001d4a1bf8e6ca02da2d00a7480a8514dbe56c4c5c83c7c28 1,965 1.00/1.00 vMB 47
432,665 432,665 0000000000000000007e281dcbd554bdb734e9317a7f708e4f68f2d1654e25d3 2,172 1.00/1.00 vMB 56
432,664 432,664 00000000000000000070353fae148c016fbd50bf70ae779685cf40fcc023c15a 2,742 1.00/1.00 vMB 80
432,663 432,663 0000000000000000043b1c4b8a870c5744a0912d51fe1653c844ebf7bb52ad27 2,188 1.00/1.00 vMB 67
432,662 432,662 000000000000000003c9b0943507764a60c5a6b9fde7b7d41ba64161c4238964 1,948 1.00/1.00 vMB 42
432,661 432,661 00000000000000000160f986e7b982e6b36658bfd2350ec57918ea48d276adfe 2,692 1.00/1.00 vMB 61
432,660 432,660 0000000000000000015815bdef8eba7eca16083a16f3291bea16b8dc3c8515e7 2,693 1.00/1.00 vMB 74
432,659 432,659 000000000000000000343dde4b3903d6efa26278847d153dc94406ff55fd5e5e 2,035 0.99/1.00 vMB 93
432,658 432,658 000000000000000001f32580d3f40633b77752e897f3da0f3011e1385d5a04b5 2,219 1.00/1.00 vMB 81
432,657 432,657 000000000000000001e6a45614da97ca0add30ed01febd225e96116498e328d2 1,921 1.00/1.00 vMB 50
432,656 432,656 000000000000000003101442f6889861946288f388580ec453c8330f3331183c 2,458 1.00/1.00 vMB 70
432,655 432,655 0000000000000000038c994e90bf1801f3f92f3198f61a70286666a6ef61e842 495 0.35/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.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.