Loading Tool

Explorer IconExplorer

Memory Pool

43,499 transactions
30.01 vMB
0.09694472 BTC
Random Selection Loading Transactions
Max Size: 152.61/200 MB

Candidate Block

Mining Attempt aac5e8ae2c64e3d565d8764c59b2c359d54644b12fc09bb32f1fd5868ec5c105
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 9d6626a1390d2c4091b5720efd816edfddb668747b120072588d9eabe52698a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,669
Size: 1.00 vMB
Total Fees: 0.03479501 BTC
Feerates: 150.97 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (193,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
721,402 721,402 000000000000000000029873539218170340dcec84b97307909f8b7f0b6c6a86 1,392 1.00/1.00 vMB 11
721,401 721,401 000000000000000000003f5754f0b94cab119a5ec8bca3f744417619494aaf03 771 1.00/1.00 vMB 9
721,400 721,400 00000000000000000001a7f59f9e2113154ae4b214e0459efa35397699051cc3 1,101 1.00/1.00 vMB 11
721,399 721,399 00000000000000000000ff7642298bb9d8a9672e02311d4b727fcc1bb4eed0c0 3,668 1.00/1.00 vMB 5
721,398 721,398 0000000000000000000885d5e141d782d8d2d7d277b960f5cd5f1285afc8cda9 2,282 1.00/1.00 vMB 13
721,397 721,397 00000000000000000000ae50544dd754d879e5c113004fa13101b98a7bb13b4d 2,538 1.00/1.00 vMB 10
721,396 721,396 000000000000000000089f39c7ed149d3db613687890d7f1ca15049b3304e976 2,511 1.00/1.00 vMB 13
721,395 721,395 0000000000000000000709567e1649d53a5bfaf11fc3d9a9519230fad82eb24c 2,862 1.00/1.00 vMB 9
721,394 721,394 000000000000000000091597e328da8c8b701da7ac4e973f3fa7b5ccf94aea49 2,771 1.00/1.00 vMB 12
721,393 721,393 000000000000000000019d3e7431af001780f371ce9c3f0972f304a73f3056d5 3,127 1.00/1.00 vMB 20
721,392 721,392 000000000000000000041ef525450c495ff23b2bd8c58f47e5b261f3efbd9a35 1,779 1.00/1.00 vMB 8
721,391 721,391 000000000000000000050dbd09236440410602b755f76b968b7f78d093b0122b 3,363 1.00/1.00 vMB 8
721,390 721,390 00000000000000000003330a087d836b5769c0f946b325b9e7bdbbbc81034a9e 3,184 1.00/1.00 vMB 7
721,389 721,389 000000000000000000045699571b5665dcd920bf7251d74321c9a82468622658 1,781 1.00/1.00 vMB 15
721,388 721,388 00000000000000000001fc92056ab8818a65c684b48df79c324dcbb61724b104 1,753 1.00/1.00 vMB 19
721,387 721,387 00000000000000000004e27cb2fb7be3d7c5e4857e3278c4b92a8e001d9c2d58 1,342 1.00/1.00 vMB 11
721,386 721,386 000000000000000000072f7aa71b04436897ee8e68e01bc94874fc111ee616fc 1,753 1.00/1.00 vMB 15
721,385 721,385 0000000000000000000904a7b01dd6662c0dd8107b8bb517a402fb88b78e0b8a 2,931 1.00/1.00 vMB 31
721,384 721,384 00000000000000000003eb47165daead67f01fbd615227b8eb81fbb7b08167ed 2,854 1.00/1.00 vMB 6
721,383 721,383 00000000000000000002c8798dbd13472a9b8dc4b6bac8d2ef84a2166cddca6f 3,089 1.00/1.00 vMB 7
721,382 721,382 00000000000000000002744d1c0b382069dd59a74a0a7c0d8224ecb81f19c0b3 2,685 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.64 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: 626.52 GB
    • Received: 11.66 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.