Loading Tool

Explorer IconExplorer

Memory Pool

42,058 transactions
28.89 vMB
0.06549537 BTC
Random Selection Loading Transactions
Max Size: 148.53/200 MB

Candidate Block

Mining Attempt 894eb0efd30b5d50ae1115badc7f92dce3136637449b90716344ea5a994e875e
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 153cc0192568fbc327ba6f03396ca7c2fe031fffe91c8dd09b1f53a9e5e1207e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,679
Size: 1.00 vMB
Total Fees: 0.00935806 BTC
Feerates: 197.49 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (340,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,536 574,536 000000000000000000146e078c0c67f9e4905644a909b20ffcebbc3cf6d59def 2,466 0.75/1.00 vMB 23
574,535 574,535 0000000000000000001e58c396027236e132a190ac90830d3afc7ec778984456 2,985 0.93/1.00 vMB 29
574,534 574,534 000000000000000000035e5861402ae23a2ab72e0b35fce97ed13f35277e325d 2,609 1.00/1.00 vMB 39
574,533 574,533 000000000000000000294d8a1e78fc9970756d27fc535df9cd91064589869f87 2,788 1.00/1.00 vMB 27
574,532 574,532 00000000000000000016d0cd5f186c0f1f2dfd696cfd5d8fd74eb0355a70c87f 2,893 1.00/1.00 vMB 44
574,531 574,531 0000000000000000000fa88bb068899b5bb1b4f2e1df15bc716388f6801996b8 781 1.00/1.00 vMB 14
574,530 574,530 0000000000000000000c64b1f602628f0a0c5225094c148764bd4e36db6c91f2 2,835 1.00/1.00 vMB 2
574,529 574,529 000000000000000000000a95c85eae7e83fbfdfe440122aaf816865f0927126d 2,748 1.00/1.00 vMB 39
574,528 574,528 00000000000000000016d5ef5538b4823e0806d9a29cc585f70a4109d6fa5059 2,893 1.00/1.00 vMB 83
574,527 574,527 0000000000000000000776bc38d0d409bdeb7d8a959cd6b985b1745824f082c6 1,585 1.00/1.00 vMB 7
574,526 574,526 0000000000000000002338c68933fbde35c85a7b3a48fa1f990bfa8ca3f410aa 3,203 1.00/1.00 vMB 20
574,525 574,525 000000000000000000126555edfbed5015093b263d8db537ec64e5ff65e492de 3,274 1.00/1.00 vMB 40
574,524 574,524 00000000000000000021bf5c8adf5a775099f1e2edce22677ace7b033a73c792 2,939 1.00/1.00 vMB 87
574,523 574,523 0000000000000000001ca2b05e7ca2937f73df37a0351a4bec683487bc391036 2,751 1.00/1.00 vMB 24
574,522 574,522 0000000000000000000be04080f0debc6945a5299dc81ea4d5304eed33d16115 2,550 1.00/1.00 vMB 21
574,521 574,521 0000000000000000000c1730c36337b4ceeaef2bee447a6b010c85bc3114023d 3,376 1.00/1.00 vMB 7
574,520 574,520 000000000000000000275b85dca5137bc5bbbfb59e2810dcd97f3f33d057fd33 3,185 1.00/1.00 vMB 65
574,519 574,519 00000000000000000017a39b7a80eae2e93a4e1d3b93178d360991dabc2c4add 2,980 1.00/1.00 vMB 74
574,518 574,518 0000000000000000000a9026e196559d5c8283c88f12b7e0a1d3af9ee16f1e8c 2,524 1.00/1.00 vMB 73
574,517 574,517 00000000000000000003a6f8f6293b1e781e3cb00656528ee9b079a722212f0f 2,767 1.00/1.00 vMB 34
574,516 574,516 0000000000000000000b74d405ae10d465376f6880e50e7059eff4e507f6d51f 2,386 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 781.72 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: 629.69 GB
    • Received: 11.95 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.