Loading Tool

Explorer IconExplorer

Memory Pool

45,297 transactions
27.94 vMB
0.06849126 BTC
Random Selection Loading Transactions
Max Size: 147.72/200 MB

Candidate Block

Mining Attempt 3957ad8536eade9f6be246256273fd56f02d0e0bf43b7ed0ee79e4995fd9c4ba
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root b0cb1a464d80a6726d5b2a187e4906087b50fad7293297bcbeb4e5894ea9b01d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,087
Size: 1.00 vMB
Total Fees: 0.01526000 BTC
Feerates: 101.53 > 1.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (356,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,735 558,735 0000000000000000000996e8c8b784f163b3c04c3875f2b0c0afbeab6ec5c6ce 2,436 1.00/1.00 vMB 18
558,734 558,734 00000000000000000004b65edca068d821a5ee65bbbe80280ca7730f87cae3da 1,803 0.67/1.00 vMB 13
558,733 558,733 0000000000000000000dd4b3ac555035f756a783382c69269be7c678efe9caa0 2,237 1.00/1.00 vMB 7
558,732 558,732 000000000000000000292ee9bcf1d5e8e4043df1915eec59fa1c6d61705be918 1,301 1.00/1.00 vMB 9
558,731 558,731 000000000000000000042549833f8c1e8e5071c3dd044218a6b1bab05282b8af 2,584 1.00/1.00 vMB 22
558,730 558,730 0000000000000000001843363333da13e1ba129d93a6b1f11b253f41b08e55ae 1,663 0.56/1.00 vMB 2
558,729 558,729 00000000000000000000f1457ce6e780f4db398c2cd160dfe61592fe9b2d00bb 2,182 1.00/1.00 vMB 8
558,728 558,728 000000000000000000177baccc59d700dda09ed11b4a5b174d114dd036ee30b4 3,015 1.00/1.00 vMB 28
558,727 558,727 0000000000000000000bed50aa1ad1225ebe734709194f2ba40e4780112d5063 1,816 0.64/1.00 vMB 14
558,726 558,726 0000000000000000002782033e2277307922fd543f49e30e5f98e95cfb49f820 472 0.87/1.00 vMB 2
558,725 558,725 0000000000000000002a71a90f0169b029e384cc24af2a2d7c1552090412667d 1,138 1.00/1.00 vMB 5
558,724 558,724 000000000000000000248e67bffb4da9a7f22c4c6d0411788a67d6b09469d75e 3,166 1.00/1.00 vMB 17
558,723 558,723 00000000000000000025167c033cf08eaa310ec81f895fc95644cf89a1ec4cc7 2,147 1.00/1.00 vMB 15
558,722 558,722 00000000000000000012129a8c4ee045fa4d0676d21dfcf09e5097bd1542c311 1,269 1.00/1.00 vMB 5
558,721 558,721 0000000000000000002ed095bc7d3cb83a1f26bf788aea549e6015b0cb6da2b4 1,165 1.00/1.00 vMB 3
558,720 558,720 0000000000000000001c66d637badcc639e6ebb4267b03bcc563cbb0dedf81e5 344 1.00/1.00 vMB 3
558,719 558,719 0000000000000000001d084ec947d46cb640b0e9e1180213f39237cb25a05dd1 1,717 1.00/1.00 vMB 8
558,718 558,718 000000000000000000219380be52b7f056d132130f6b94ff2cbdd24d2f2adaf1 2,440 1.00/1.00 vMB 16
558,717 558,717 00000000000000000024b8e842e6c11b3384ffc7d66c58f1d3352ff3ddcbb2c6 2,834 1.00/1.00 vMB 19
558,716 558,716 000000000000000000261239bf84dc3f5fb0374728fc6250e4a4d4a6df2b1eed 3,302 1.00/1.00 vMB 42
558,715 558,715 0000000000000000002c3876726609b74f1600231675fc3fd35870e569968f94 1,508 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.