Loading Tool

Explorer IconExplorer

Memory Pool

38,923 transactions
27.02 vMB
0.05162900 BTC
Random Selection Loading Transactions
Max Size: 150.70/200 MB

Candidate Block

Mining Attempt 80d3fb2c3fe612952713bb1a4f006f27a6c38727cb3f09f5bc10114a62bc0abd
Version 20000000
Previous Block 00000000000000000000be148bc015ccc77586215365514a285e9ece8b4eb6c7
Merkle Root b57f2bc122a712e5a30c1b5de2bf875658159029303b2bba13a0930d6ac49382
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.02069349 BTC
Feerates: 202.77 > 2.07 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,525 (775,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,664 164,664 00000000000000115f846482c18e0f60554292d611d807ae809a65d1d54f97c1 7 0.00/1.00 vMB 88
164,663 164,663 000000000000014ac7bea3052c10a57a1879948a8981657a9a0c9fd217b0f247 19 0.01/1.00 vMB 50
164,662 164,662 0000000000000ab5d19578ce102c42ecc575d773eea180ba080d24aacfd931da 31 0.02/1.00 vMB 34
164,661 164,661 0000000000000b7d7c54a8f88bc4aea12d76e518b8336c87c2bd0c5340944866 12 0.00/1.00 vMB 74
164,660 164,660 00000000000008f2c4270009a91b5d5e31f90d127f4d29d4785b01a0e0c72c4e 12 0.00/1.00 vMB 220
164,659 164,659 000000000000048f30c58507ce140e8f93754106ef1df2cf00e76e9760e8e34a 144 0.05/1.00 vMB 18
164,658 164,658 0000000000000bdb15a12ce5878e2263211a92e57235eb086c1ec0ee00a6440c 80 0.02/1.00 vMB 211
164,657 164,657 0000000000000c99a9da5dcd4e263ccf28c695f3c5653bdc0230cb937af65b25 40 0.02/1.00 vMB 243
164,656 164,656 000000000000002695477bce7235a57411e7dae07433104db33f60e226415829 15 0.00/1.00 vMB 42
164,655 164,655 0000000000000aebcf0eb82ac56a2528c52a47cc62c16b754d92fca96620d088 41 0.02/1.00 vMB 45
164,654 164,654 000000000000072ccb67d0a540668f8a8055e74900d3ba77c0d5ef9c1bb35fd2 89 0.07/1.00 vMB 47
164,653 164,653 00000000000005e6a20fecda25f17d13e889aa0b47702f1a8111d5dbd0ab0eae 14 0.00/1.00 vMB 54
164,652 164,652 00000000000007bb58ef968be74312f17a7dab9f91619e9a92324145a0a30c72 11 0.02/1.00 vMB 57
164,651 164,651 000000000000058c15d7b982830cb17a4970a0a96b9e769ab8e9754109fadc1b 17 0.01/1.00 vMB 206
164,650 164,650 0000000000000c67d3d30be50f592bbd28c12035d19f8485c65593d9599c7709 37 0.02/1.00 vMB 165
164,649 164,649 000000000000050376d10744f4a32ef5002417426147bb00951a79d434757fd9 36 0.01/1.00 vMB 1,496
164,648 164,648 0000000000000c155656914c3004d48e560dc6042533713c4ce4831a3f8e1c0f 7 0.00/1.00 vMB 370
164,647 164,647 00000000000009b9b9fb4907c72dd9c9507bb197045982e8845b0cbbe3fb38c8 9 0.00/1.00 vMB 403
164,646 164,646 0000000000000ad6e397b48a730ad277b99be8f9f6ee2e6d8935dc59220aa396 8 0.00/1.00 vMB 65
164,645 164,645 00000000000001f74b5f2c8aaa0fd0b4ac65de2b461d148a5da06a8f7f2c440e 9 0.00/1.00 vMB 44
164,644 164,644 000000000000066b43f72c5973a4f64042dfac9fa1bc5754601c1e50ea080a2f 4 0.00/1.00 vMB 399
Previous 10 blocks ↓
Total Size: 827.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: 4,462.27 GB
    • Received: 243.76 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.