Loading Tool

Explorer IconExplorer

Memory Pool

78,631 transactions
29.81 vMB
0.06948433 BTC
Random Selection Loading Transactions
Max Size: 182.33/200 MB

Candidate Block

Mining Attempt 53dd2134a771ca9815dcc126137ed0576f069fad030144bba65cfc81ae7a71da
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root a30042e95feca8eab49a0d5051e19ca099ae1a8f9f2d4100c6dd750bf47d481c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,211
Size: 1.00 vMB
Total Fees: 0.00354257 BTC
Feerates: 40.21 > 0.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (486,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,979 428,979 0000000000000000030a36a70cba85f67599c2077227504e30565ca5cb2e0ba0 1,723 0.75/1.00 vMB 72
428,978 428,978 0000000000000000000db2e1344c5ae2ab8b65bc49c96254f232dcd5d7c8f326 2,137 1.00/1.00 vMB 66
428,977 428,977 00000000000000000133f1556443f8962c6b0bfd35d9326d767a63120b7e42e1 1,681 1.00/1.00 vMB 63
428,976 428,976 000000000000000000793cb2750b1f9d1a44c24b5fae29db9d5e41a4813a8ebb 1,621 1.00/1.00 vMB 51
428,975 428,975 0000000000000000008e7b7ff19e56c8468b782cbaf14ed132b21a240b6d0957 2,597 1.00/1.00 vMB 54
428,974 428,974 000000000000000002e4367820e3e18bdefafed140c383c08d618ef40dcfc740 2,716 1.00/1.00 vMB 69
428,973 428,973 0000000000000000041bc977c08bbb75761b2cc9ed08bbdca2696a8fa1790d3b 2,825 1.00/1.00 vMB 90
428,972 428,972 00000000000000000097d87e74b9b993a379eb9601d8bd17144fbd6dd62091d5 2,195 1.00/1.00 vMB 64
428,971 428,971 00000000000000000027d32b3a7b54c3b0cf1445118d2843145c4646fc48df69 2,441 1.00/1.00 vMB 90
428,970 428,970 000000000000000002082eb0087d060cc4f00ab88f39efbcff94e3cacbfd7735 685 0.66/1.00 vMB 25
428,969 428,969 0000000000000000019d2db2786eca84d18ae23c9471a96add774cfabe073e02 2,055 1.00/1.00 vMB 57
428,968 428,968 0000000000000000010dd3d396095ae7938a6a207d1c1543ad7b5c740e996544 1,271 0.75/1.00 vMB 52
428,967 428,967 000000000000000004dab570422ad7c1f2258fcaab01ef04044768704a9c52d3 729 0.35/1.00 vMB 65
428,966 428,966 000000000000000004a1f14926a3b94551edfc4ea13294e2b88eb011fb1246c6 788 1.00/1.00 vMB 18
428,965 428,965 0000000000000000041a478c7c3a93fdff0d41aeaad2bd5c7d7bf4684043b17c 323 0.13/1.00 vMB 72
428,964 428,964 000000000000000002f765d7e0dc311df04c3453645c5f1cb55f3874828fc021 1,085 0.49/1.00 vMB 60
428,963 428,963 0000000000000000013086ca2cd52ebdb000a12608658f83876f8cd6b7e2c491 391 0.17/1.00 vMB 60
428,962 428,962 000000000000000001dbf0eedfb9d202d9238b746b4cd3094a879462b6b0b573 1,531 0.96/1.00 vMB 46
428,961 428,961 000000000000000004aeeb11c56ae8c1702913c4ecdb5e09779f75d2f7bdede7 1,950 1.00/1.00 vMB 58
428,960 428,960 000000000000000004c5189e7394d7f3927c6a0efbd21887934c35bec66a4268 933 0.99/1.00 vMB 22
428,959 428,959 000000000000000003a1d7f834b900b28f24567d18c3ef185605ffd17e75b3b2 986 0.55/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.97 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: 715.83 GB
    • Received: 17.74 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.