Loading Tool

Explorer IconExplorer

Memory Pool

42,610 transactions
26.14 vMB
0.05357604 BTC
Random Selection Loading Transactions
Max Size: 137.26/200 MB

Candidate Block

Mining Attempt f12bbb88122f38f251cf9531d1bd8e1563ea44b935aef3dc898310f6560a850e
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root f749e1f7bc22c2b52a128655ddc5bd50bf52e7b5da2116389176dae4aec7366f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,083
Size: 1.00 vMB
Total Fees: 0.00601167 BTC
Feerates: 100.28 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (200,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,566 714,566 00000000000000000008950e523678dec4d496c9ee4b877e3bf9085bab282835 1,522 1.00/1.00 vMB 8
714,565 714,565 0000000000000000000164ff37365afe2c701a1bd50c44649bd6383a3ce46a76 1,496 1.00/1.00 vMB 8
714,564 714,564 0000000000000000000297f4b626a2923c72ab1295df8ee9aa75a1c43498a7ea 2,476 1.00/1.00 vMB 7
714,563 714,563 0000000000000000000a66ce2ee2ab66f4ce28e147943d0c535b75ee845966c4 2,561 1.00/1.00 vMB 12
714,562 714,562 00000000000000000008062de7bf4a99bb1ee36fc2c0874436f1c5f3868e2b11 3,396 1.00/1.00 vMB 20
714,561 714,561 000000000000000000081f53c492703c785f6fff23a92aa7325ff5603682e4f7 1,403 1.00/1.00 vMB 8
714,560 714,560 0000000000000000000b0956ab4266b9365a8eead77d7faffdf442f4bda38484 856 1.00/1.00 vMB 7
714,559 714,559 00000000000000000006c8f94a55dcf8427a9d1529a03b201856ceba7ed95d42 1,793 1.00/1.00 vMB 9
714,558 714,558 0000000000000000000b1aa88bcf2a4c80107660bc2327563097572fb2c5b8f7 1,850 1.00/1.00 vMB 14
714,557 714,557 0000000000000000000638a5afde8a503124673e8d29beaf3a1e5a5905b5721d 1,660 1.00/1.00 vMB 8
714,556 714,556 0000000000000000000a0847df463b49802bc5c424a948c8d462330d8bb44296 1,206 1.00/1.00 vMB 6
714,555 714,555 000000000000000000035fba7bdfed50a131d12685d9edb0ba0ae2f95993a0cd 2,722 1.00/1.00 vMB 6
714,554 714,554 00000000000000000005ea4da9e4bbf51a2ea61084d08c0251365b4692f0772a 2,398 1.00/1.00 vMB 15
714,553 714,553 0000000000000000000a2daeed9f01f2ca39cd2839026c3f12ceb0f388f815ce 2,800 1.00/1.00 vMB 21
714,552 714,552 00000000000000000000057c070cdc0ff793aa4e23935e733463ad2015895b7e 2,329 1.00/1.00 vMB 10
714,551 714,551 00000000000000000004b21fb01e4c627756355dc69f35bfe56be0458c519b98 2,203 1.00/1.00 vMB 6
714,550 714,550 000000000000000000026c39fbd72c2f811547728a331897854e09668cdae2c4 2,740 1.00/1.00 vMB 12
714,549 714,549 0000000000000000000b88b24862f5df678ea14a7e9a395a33d0f1175c5003cf 3,571 1.00/1.00 vMB 20
714,548 714,548 000000000000000000030f6d90f0ccaf30f5cc821022f6ec346da7f81afc76f3 2,057 1.00/1.00 vMB 15
714,547 714,547 00000000000000000004c58a6aec32ac848a73cac0a1dd4cb56bed7242c6f20a 657 1.00/1.00 vMB 6
714,546 714,546 00000000000000000009d964cc2beba0a60b2d070b9acbecd1635a09603f2d64 806 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.