Loading Tool

Explorer IconExplorer

Memory Pool

79,265 transactions
29.14 vMB
0.11179604 BTC
Random Selection Loading Transactions
Max Size: 176.79/200 MB

Candidate Block

Mining Attempt 03b871ed45eab943e52510b1746bb6f25a8ba0b9338e2925b09909c884fa0bc5
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 55569cfe492b1b49f6a47170f926fdec10135aefae537e75c0b7161f8a09b51e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,369
Size: 1.00 vMB
Total Fees: 0.03824010 BTC
Feerates: 477.45 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (218,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,766 696,766 00000000000000000004c43ff31a58f98a7797573034b5d5667514e62542e9ca 1,147 1.00/1.00 vMB 5
696,765 696,765 0000000000000000000a2076224d178b4ff0871137f06cb06fb2c82583c075ad 1,781 1.00/1.00 vMB 8
696,764 696,764 00000000000000000003b23f4b18daa2ce6cf1bf2d5f3aea1f4f4b65059a7d15 2,856 1.00/1.00 vMB 6
696,763 696,763 0000000000000000000d01dcb3ac7972843d018448fb9788acb6c4324a12e7bd 2,707 1.00/1.00 vMB 26
696,762 696,762 000000000000000000060612e0ec181a16ade594ce970d09c5ac95fa28791ba3 1,411 1.00/1.00 vMB 9
696,761 696,761 0000000000000000000938848a35fcf65d6cf0d4bb9398c8118aa7acca64a7bc 1,666 1.00/1.00 vMB 6
696,760 696,760 0000000000000000000aa0dc8c0ea182a14af08cb8b9c40e1ee83d99883bb980 1,357 1.00/1.00 vMB 10
696,759 696,759 00000000000000000001589ed6392effe0ff3cf2127cffe195cee641c084d4cf 1,436 1.00/1.00 vMB 11
696,758 696,758 000000000000000000023342b6c57623beddd20b51a77edf0f1b424b8a4894f0 2,371 1.00/1.00 vMB 4
696,757 696,757 000000000000000000039d8d9ddcddb7221f7e3058767ee59ed1ff8bcc05c534 2,606 1.00/1.00 vMB 15
696,756 696,756 0000000000000000000cabe5b28ff5cbaeb931f0b68349e357f54ca7ff527469 2,501 1.00/1.00 vMB 6
696,755 696,755 00000000000000000006a11130d0704e1e4d4cdbd375597cb6949be97be9b3e2 2,698 1.00/1.00 vMB 15
696,754 696,754 0000000000000000000510937830fc37f556971abd358c3e4733f63d6d9c1512 1,793 1.00/1.00 vMB 5
696,753 696,753 00000000000000000005367abd7c44e529b8e68777beb1c9b6455027e856673a 3,297 1.00/1.00 vMB 5
696,752 696,752 0000000000000000000dd1ecc2da8a2e3ed596500b07bdc3cb4919dcc00c72e9 3,023 1.00/1.00 vMB 5
696,751 696,751 00000000000000000000a561d10c10e7da196882e04072573574c1bf39bb9dc0 1,469 1.00/1.00 vMB 10
696,750 696,750 00000000000000000006b2d9b38f1c0f55e193ce5ac0e8897e454f0b45e2be97 3,866 1.00/1.00 vMB 4
696,749 696,749 000000000000000000070a3c389962be63a739939877b133115b058ef8acf10f 2,622 1.00/1.00 vMB 18
696,748 696,748 000000000000000000070993c3ab93e4292b65b99fc317fe5806e71d6613bc60 1,673 1.00/1.00 vMB 6
696,747 696,747 00000000000000000006f9bf2938c72dac65993f00cf962a8c83741e605709c6 1,773 1.00/1.00 vMB 7
696,746 696,746 0000000000000000000b04cad2b39cf014dac85463a3a7d0119bf6c24c9443af 2,008 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.