Loading Tool

Explorer IconExplorer

Memory Pool

42,248 transactions
28.99 vMB
0.07352680 BTC
Random Selection Loading Transactions
Max Size: 148.86/200 MB

Candidate Block

Mining Attempt b45cc88535c9ab15edd5c458671ee056d8995b46f70ec01098d7d61ebb9de501
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 67c76b51b7aa3b08f59810eb9bc5501656c137c3116f8da8ad75350ab23b4339
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,002
Size: 1.00 vMB
Total Fees: 0.01705570 BTC
Feerates: 100.19 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (189,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,070 725,070 0000000000000000000840d035d17922f06f7b861d5ad9586c0668ef99bae35f 1,767 1.00/1.00 vMB 4
725,069 725,069 00000000000000000009982f40547692e1efc2cc95f046ba5e79c894fd0403fe 1,824 1.00/1.00 vMB 3
725,068 725,068 0000000000000000000927d5864ffe36548d79f4db2ef13f92be492ecc64c5d6 2,997 1.00/1.00 vMB 10
725,067 725,067 00000000000000000005620859f6845c20f52bc080997c94e117890c08c7d45d 3,059 1.00/1.00 vMB 6
725,066 725,066 000000000000000000021063aabc24dce23f7ac904f02ed67b1fc8c53b5510da 2,246 1.00/1.00 vMB 9
725,065 725,065 000000000000000000068c1f7faa0f28c3b6ba4f3790e9b16b0a3a36f94871d1 2,876 1.00/1.00 vMB 10
725,064 725,064 00000000000000000007e28a56889834ce8c008292cd918c50a82a4f763e3ae0 2,875 1.00/1.00 vMB 7
725,063 725,063 000000000000000000033f9846fdec1cfbddd7a663272b0949c737c9e726d4f1 2,100 1.00/1.00 vMB 5
725,062 725,062 00000000000000000003872b3141df8394a2f4c5f458e5b722f30233df2aa9f8 557 0.30/1.00 vMB 3
725,061 725,061 0000000000000000000724179584da46fdb7125ac4d603d579a9612027b3d15f 1,157 1.00/1.00 vMB 2
725,060 725,060 00000000000000000007ab9d7b41fa0d08316d6f73448b853381cb5b874e2213 2,836 1.00/1.00 vMB 2
725,059 725,059 00000000000000000004ed58ac2fbcb4e84ef14f2b655dc118a0b01189e60916 3,165 1.00/1.00 vMB 11
725,058 725,058 00000000000000000009d652002fb8c03939f8f5af34f39cf3c3582019ab60b1 2,711 1.00/1.00 vMB 4
725,057 725,057 00000000000000000002fef0d39e8018c06e5a76061d3bc1891378ae86c6379d 1,635 1.00/1.00 vMB 12
725,056 725,056 00000000000000000009bb3e6f7423dda53e10b3822f5ea8d9182d62e3e9c667 2,536 1.00/1.00 vMB 10
725,055 725,055 00000000000000000004862060f857a003c0ebd27bb8ef273f5bb7e0650eaac1 308 0.14/1.00 vMB 1
725,054 725,054 0000000000000000000945398a20809660a815ebf77e8f0f91a3abb919390f3b 1,722 1.00/1.00 vMB 4
725,053 725,053 00000000000000000000d20339779bee14ad1e05d6de5d4814ef1098ca7995f2 1,325 1.00/1.00 vMB 1
725,052 725,052 000000000000000000099ac1af00057472da35b55aaaf3ca33ec3f948436c5a2 2,352 1.00/1.00 vMB 9
725,051 725,051 00000000000000000009460df78eb438d4f2dcc435fc52415cd9b4067822122b 1,634 1.00/1.00 vMB 2
725,050 725,050 0000000000000000000222ea98a144e7dab0da6148236e6e4e19609611aa7b7b 1,805 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.70 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.17 GB
    • Received: 11.88 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.