Loading Tool

Explorer IconExplorer

Memory Pool

78,778 transactions
21.46 vMB
0.05414047 BTC
Random Selection Loading Transactions
Max Size: 143.44/200 MB

Candidate Block

Mining Attempt 277eb73f98f47794604f93decb6ff4cbb192b6b7e216b82fe280fcab98b9555e
Version 20000000
Previous Block 000000000000000000001edb75104f357949f6943cde0cc5170fef01673cc3b2
Merkle Root bb6388579eb2a02f955f9f8198c27aa49a1ac91cda6b2397481d6aa60523354c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,398
Size: 1.00 vMB
Total Fees: 0.00529247 BTC
Feerates: 73.47 > 0.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,151 (848,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,510 67,510 000000000479325c97d7e7beab43901b447890e7e4f5ea2f73451285efb53fdd 1 0.00/1.00 vMB 0
67,509 67,509 000000000506d08398c5bd47f34ebbb0495229c1e447a5b8779017abf50658ef 7 0.00/1.00 vMB 0
67,508 67,508 00000000026fb152e841eca1d5cd976028a0b0048d93a48fbd5a0cbb7717c70a 3 0.00/1.00 vMB 0
67,507 67,507 00000000049a347971a48a8c752f87acfd5017ea1ca36b4570ba7639afc02098 2 0.00/1.00 vMB 0
67,506 67,506 0000000001999b26aa1c8e4ee5748be34fd3056c089a7b23cec0eeffc4b0a09d 1 0.00/1.00 vMB 0
67,505 67,505 00000000025854bef3e96f4e7e3c12bbf02889ddb7a1f480708919daf3758501 6 0.00/1.00 vMB 0
67,504 67,504 000000000226683af11fd4bad90fdde63983e2d828bc1907a6603591b38de174 1 0.00/1.00 vMB 0
67,503 67,503 00000000017fa44d9b1b75e04cb08f3a33e6f02a152c0f9888b2639417f72105 1 0.00/1.00 vMB 0
67,502 67,502 00000000019d926c95ec29ee93c431b88d510eefb64fcf9f38578b16643c90b9 1 0.00/1.00 vMB 0
67,501 67,501 0000000002b5c405bb563983bd72ff47c0d8bf7dfa42a0ccdebcc32d927db9fb 3 0.00/1.00 vMB 0
67,500 67,500 00000000010fa1865040651adb05dd0746bc8e5579bec06762cf047e8c2261f2 1 0.00/1.00 vMB 0
67,499 67,499 0000000003ec689cc411bdd09b60b7577c0515c901b4360cffae9dcca014427a 1 0.00/1.00 vMB 0
67,498 67,498 00000000035bea22d5f67666278300a47ee92b8842c6957d8f5dac480525d133 22 0.01/1.00 vMB 0
67,497 67,497 000000000022f711053867e6d0cf4cde122c527e44d4d4feca603b7f97b61886 1 0.00/1.00 vMB 0
67,496 67,496 0000000004786c773f99e3535eb57e7b18a3da7959960346a2089ef000de0656 1 0.00/1.00 vMB 0
67,495 67,495 00000000056206c47c7752a11615505d197c56a57adf4d1a57cb39879f622677 1 0.00/1.00 vMB 0
67,494 67,494 0000000000ba18aab384dac396042198ae07a39169d5af5a34083ce69c1abd18 2 0.00/1.00 vMB 0
67,493 67,493 0000000004a112e52d1f3a3b14ee3e9a1569a2355f2cc2c6c1b89947d89dae46 1 0.00/1.00 vMB 0
67,492 67,492 0000000003be82d6694f0e797ed474a4e06590a89edb4eaa9b8e2c09e54a1c57 1 0.00/1.00 vMB 0
67,491 67,491 00000000047767432688b77d481fb1d5966f2ed9fc0a42b7c35314b49a2892f9 2 0.00/1.00 vMB 0
67,490 67,490 000000000417ea495f484ee62c1bc50ef3312c6034d67684e1f9e9ab77c23334 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.38 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: 818.37 GB
    • Received: 24.52 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.