Loading Tool

Explorer IconExplorer

Memory Pool

73,334 transactions
27.09 vMB
0.06261642 BTC
Random Selection Loading Transactions
Max Size: 165.21/200 MB

Candidate Block

Mining Attempt 5298a6d8f621c7c34504b07cc64484bf40ffa68d9d6035e50bbcc6035f2c5a58
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 8aba2f8edaa960034bc1179ef72c1d541b4937a230cc99835f3f690375f101bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,704
Size: 1.00 vMB
Total Fees: 0.00503085 BTC
Feerates: 60.13 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (343,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,556 571,556 000000000000000000180638df64b3f686b5f69aac7e9b92a3de835540ee2017 1,340 0.96/1.00 vMB 5
571,555 571,555 00000000000000000024d3fb9542019ae7a717d631d592426435233f7f92c7c2 3,264 1.00/1.00 vMB 27
571,554 571,554 0000000000000000000fe9fce930030ba75f965eeb4a9c61946908f164c4ffb1 3,134 1.00/1.00 vMB 28
571,553 571,553 00000000000000000020aacae8663df6cfdf2a8be02175a161a9a7708fa20e2c 2,702 1.00/1.00 vMB 15
571,552 571,552 000000000000000000097a5abe44ab38802846d860c852ab2c5bfc7fde486023 3,209 1.00/1.00 vMB 12
571,551 571,551 0000000000000000000ea8775d0c639ae72a108352ffd3c8adac793f27935342 3,193 1.00/1.00 vMB 22
571,550 571,550 00000000000000000012e25e4aeeb2bf2f7714e8cb7168991917bfb6513dc594 3,068 1.00/1.00 vMB 56
571,549 571,549 000000000000000000125cba73b67cecb5a7066478a2057a97170c7335d20815 3,275 1.00/1.00 vMB 3
571,548 571,548 00000000000000000003bf8f10c7910a1282ba9dbc38c8dd04d9dad3439de381 3,090 1.00/1.00 vMB 14
571,547 571,547 00000000000000000004c7a27d01588c09c326acbab1c5df507d536a1085b497 2,648 1.00/1.00 vMB 38
571,546 571,546 0000000000000000000f7641713b51e845faaa1deca54b566c7e253ff82d1c8b 2,104 1.00/1.00 vMB 74
571,545 571,545 000000000000000000025be09d3ae1807274dba38ffed702ac0f5e625aa6fbda 3,363 1.00/1.00 vMB 41
571,544 571,544 00000000000000000023cfa7d3b3c1a59d82d69f71c10f20436b55ae9076869a 3,295 1.00/1.00 vMB 31
571,543 571,543 00000000000000000003e2550ca74fe4b9e03120a17b854f52f9e09ed1e3d02e 2,463 1.00/1.00 vMB 42
571,542 571,542 0000000000000000001192b7f540c509999994015fb698d70f6d9c1bc339f639 3,514 1.00/1.00 vMB 25
571,541 571,541 0000000000000000001f0fabc50af991c4c3691481fc2c004d1b67cd13fba7fd 2,891 1.00/1.00 vMB 8
571,540 571,540 00000000000000000020de60638af2e98472900dff6d9c23d605e5186d3fcb85 3,519 1.00/1.00 vMB 44
571,539 571,539 00000000000000000022f0ada5e8d8bd5f524165a8f9c02c02977afca9e02770 2,936 1.00/1.00 vMB 13
571,538 571,538 00000000000000000007a104728dcb09d742ce96da8558967ad154b2151c224b 3,545 1.00/1.00 vMB 28
571,537 571,537 0000000000000000002a1e163d16d1a8e850a9cb4daa82512d9931eeec091f2f 3,207 1.00/1.00 vMB 40
571,536 571,536 0000000000000000001a2ba3210709832852d88b463251d306e1eeb2ff8eada3 3,255 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.