Loading Tool

Explorer IconExplorer

Memory Pool

81,981 transactions
31.29 vMB
0.08520167 BTC
Random Selection Loading Transactions
Max Size: 190.08/200 MB

Candidate Block

Mining Attempt b574b96593dad197ec823307d789a4c2f0ca86cacffca259caf417d650f47268
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 80e2d0c91a1f7dd332c301b848cc624bdb19d3c5ca4a87782fc643af4457f0b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,489
Size: 1.00 vMB
Total Fees: 0.01754318 BTC
Feerates: 73.20 > 1.76 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (208,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,459 706,459 0000000000000000000b9f96f6dc94ddf4c89bc4694849a040c0ad460740bd3b 3,080 1.00/1.00 vMB 6
706,458 706,458 0000000000000000000304d635387c7e53e66c848790b87573bcb857b62ecec8 3,463 1.00/1.00 vMB 25
706,457 706,457 0000000000000000000980f18e445facb7ab1156653fdf34266f190234e3314e 626 0.42/1.00 vMB 7
706,456 706,456 0000000000000000000642404e4dea1c7dafb3f743b2eef54071944dd16f30ad 1,593 0.47/1.00 vMB 12
706,455 706,455 0000000000000000000861cd4436944068b69c1f5397f77172ca0a5ac3b9c0e8 627 0.18/1.00 vMB 12
706,454 706,454 0000000000000000000af29d2617516f943c5857f584ec5d7e3cbd130a206600 1,332 0.83/1.00 vMB 11
706,453 706,453 000000000000000000097957d1102e84511b4c36d4f57957fc26d50d8af2b9b4 2,494 0.79/1.00 vMB 11
706,452 706,452 00000000000000000004658b4b5a0b2780e93cfa0f8c97f87a81f4de68b106c5 477 0.27/1.00 vMB 8
706,451 706,451 00000000000000000004c437632b5ae864468ccf55a62ffb6624f152eaceeb57 2,339 0.86/1.00 vMB 2
706,450 706,450 0000000000000000000ce8b00c4fffc8e84574e3adff6f1d2d6f293a380be82a 2,136 1.00/1.00 vMB 5
706,449 706,449 000000000000000000002253698f62888b9ef8883b14aefb8a9d5a25d4fbd6e3 2,757 1.00/1.00 vMB 14
706,448 706,448 00000000000000000000cb9135ccd9608244a80c1564fbe68f1530842a7e81e2 3,416 1.00/1.00 vMB 23
706,447 706,447 000000000000000000074b96e1be3013e7cb12637c347ca7779c68a55871a1e6 1,388 0.67/1.00 vMB 7
706,446 706,446 00000000000000000004be01c2d0c7046e7681b13df77225f598243967dfc27b 564 0.22/1.00 vMB 9
706,445 706,445 000000000000000000003f28188f6724a083c6a69d0b0484015a7d5caf851c44 1,919 0.68/1.00 vMB 10
706,444 706,444 000000000000000000011ef75ed6ad429ec3d618a3e22144b61f8615f2e65c72 1,501 0.47/1.00 vMB 10
706,443 706,443 0000000000000000000383328c06b517fc977f8bdf686fa2f38542d7a50d4d51 1,611 0.52/1.00 vMB 11
706,442 706,442 0000000000000000000c147fff55aac1d0edcc97f82fd453f65ee3a1071487c8 1,147 0.47/1.00 vMB 14
706,441 706,441 00000000000000000009f66a773d17fa7defad86522c99401b7c2acb7c632981 2,048 0.72/1.00 vMB 9
706,440 706,440 0000000000000000000cf57d67ffbe36c5f03f0eec45ee9a0131c0f61ed8a0bc 2,104 1.00/1.00 vMB 9
706,439 706,439 00000000000000000005ab6f0f5197b085254855168d6f941dd3249ee092d049 83 0.02/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.