Loading Tool

Explorer IconExplorer

Memory Pool

76,873 transactions
28.78 vMB
0.06887500 BTC
Random Selection Loading Transactions
Max Size: 174.29/200 MB

Candidate Block

Mining Attempt 295084cde3ea0336e4ca8bf2a0b302a1324ae2ad47273cc965be190f58c40422
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 8f0ce120ba459bcf4226883ef73affd70c224724cb8ac26885295d010a042706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.00903747 BTC
Feerates: 50.27 > 0.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (86,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,456 828,456 0000000000000000000098187693ff43b30ca40e024015bdf47c77ddb7f965e5 2,214 1.00/1.00 vMB 33
828,455 828,455 000000000000000000033873c9967e5955ad9a6bd61ee48b299414a8bf43a9c7 126 1.00/1.00 vMB 23
828,454 828,454 0000000000000000000387b8b95891c310d7ee481935ffbd905676933ce38309 1,951 1.00/1.00 vMB 29
828,453 828,453 00000000000000000003e546b63f1d7bf1c068f2bd2304bc31dba60fca105ced 2,073 1.00/1.00 vMB 30
828,452 828,452 0000000000000000000125ddc5eb99215a0d1da810b560f5097b4838444d20bd 146 1.00/1.00 vMB 23
828,451 828,451 000000000000000000035620a7304cd6f17558ea003a3e16398cfde7a42c5c4a 1,539 1.00/1.00 vMB 26
828,450 828,450 000000000000000000007ebda1ad035539bd56bade409cffa58db3748a66b92e 2,360 1.00/1.00 vMB 35
828,449 828,449 000000000000000000008fba792669c86e27477b9f0d244199ac2fb64d2405c5 1,173 1.00/1.00 vMB 27
828,448 828,448 0000000000000000000231f665da9644131725a0f0fe6008ce672d6edbe361da 1,401 1.00/1.00 vMB 28
828,447 828,447 0000000000000000000314b3505be56d4021ab9f62275f9285d360144e9fbe67 2,506 1.00/1.00 vMB 40
828,446 828,446 000000000000000000028e88d862665a57e22955d312908a1eb525a9752601ef 384 1.00/1.00 vMB 24
828,445 828,445 000000000000000000011f6d947bd157f8067473c97920cf709a9a1ecb3ae845 1,935 1.00/1.00 vMB 30
828,444 828,444 000000000000000000038c3a3d0b236e2abe60e13c1999e8d7e261c099c07753 1,592 1.00/1.00 vMB 29
828,443 828,443 000000000000000000019364356b543c0bc3d0851eb24db114303e769cfc0f1b 352 1.00/1.00 vMB 24
828,442 828,442 000000000000000000004dd79e370ad83b41f2abcec2b386c78d455255971814 784 1.00/1.00 vMB 26
828,441 828,441 0000000000000000000000df106cebb886c6090e897f152f59277e9582e61c56 1,960 1.00/1.00 vMB 25
828,440 828,440 000000000000000000025ca01d2c1094b8fd3bacc5468cc3193ced6a14618c27 3,348 1.00/1.00 vMB 32
828,439 828,439 0000000000000000000367a3724c35fba2e855da63a4a3e76f4132db654636f3 3,311 1.00/1.00 vMB 29
828,438 828,438 0000000000000000000053dddc0a53237505f005c34ca415445d64009b7855b9 3,075 1.00/1.00 vMB 35
828,437 828,437 000000000000000000004c937774435aa6758622731c76654d6e5f751622f1aa 3,081 1.00/1.00 vMB 38
828,436 828,436 00000000000000000000275d77622e2869bc1fa1de4c13d534729446791c8dc3 597 1.00/1.00 vMB 27
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.06 GB
    • Received: 16.36 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.