Loading Tool

Explorer IconExplorer

Memory Pool

89,492 transactions
33.23 vMB
0.14926856 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt 48b92280ebd6be85aedee64344b56e6cc36bece1ab5ad3dcf3c770515c59ab6f
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 8b50e29a30c472e1123fca0366c236214347a8986ccb10664a5ce59b6d761778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.05759975 BTC
Feerates: 627.82 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (479,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,154 435,154 000000000000000003ded56af105c5676c58923ef7f150ecac837cb6b42418e1 2,180 1.00/1.00 vMB 83
435,153 435,153 000000000000000002f87137c6c71d75072e9895ea891c44c6979d7e42d81106 2,148 1.00/1.00 vMB 123
435,152 435,152 000000000000000000995cdd2c47a80a8772c2a285fab085924d1cd259bb4141 2,051 1.00/1.00 vMB 67
435,151 435,151 0000000000000000010813f333796792695f18928a1ea79e6d3ac68fe758b953 1,022 1.00/1.00 vMB 39
435,150 435,150 000000000000000001141f1e7f46348270061e6d3d576e1fd2733308d023446d 1,445 1.00/1.00 vMB 31
435,149 435,149 0000000000000000042bb11cbe9246de821c22d01fc17a0715c31b356558753b 856 1.00/1.00 vMB 31
435,148 435,148 000000000000000000f3afff917a64ce420abee0521275801f1d631d4d48eabb 1,907 1.00/1.00 vMB 57
435,147 435,147 0000000000000000042ade2582cacdf7d30a0abe317830cc63af790464c81411 2,847 1.00/1.00 vMB 66
435,146 435,146 00000000000000000392b130dc03212fb1a8dac04d84c2d6a869d70cd3b571cd 2,768 1.00/1.00 vMB 86
435,145 435,145 0000000000000000004835e3102613748cd95d1c35320dd35e6a490bb8761825 2,180 1.00/1.00 vMB 58
435,144 435,144 0000000000000000030e26626fdc50739c876c0364bea123fa0f960be77ba47d 2,403 1.00/1.00 vMB 66
435,143 435,143 000000000000000000f0f5d2e027b8b09922bcfaa8940e13cdc1900acff0a8e9 1,444 1.00/1.00 vMB 36
435,142 435,142 00000000000000000283f05b64d53f1c413b35c1ce7abf5bef8b8e9b239e84c0 2,229 1.00/1.00 vMB 74
435,141 435,141 0000000000000000017e650040187e787795a68522d8cd317860499cec58c38c 970 1.00/1.00 vMB 40
435,140 435,140 0000000000000000037a71f833a7b641b702ef2325fd7aaf0b29679a10a50bf7 1,049 1.00/1.00 vMB 92
435,139 435,139 00000000000000000041984ae684125e1c6eab18ca7e4c2546924e6e6c24406e 2,444 1.00/1.00 vMB 78
435,138 435,138 000000000000000003d713b6709c1cc4783aa351fbfdb375c6fbd93ce43c131a 1,767 1.00/1.00 vMB 45
435,137 435,137 0000000000000000014f79ca53f0bc76d4f0012f7813e38bb4876bce614e4236 2,189 1.00/1.00 vMB 60
435,136 435,136 000000000000000004325d9334b43d5a6a7487e0fddc1d90b30ac4e7c278ed1d 2,157 1.00/1.00 vMB 83
435,135 435,135 000000000000000000b916488f46a1204d1d425d417131a3f271fad5b74e5cf6 1,979 1.00/1.00 vMB 58
435,134 435,134 000000000000000002ccfad2d1c71ca7fd97adc6e5a6e17ca148563037ecd57e 2,671 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.90 GB
    • Received: 15.62 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.