Loading Tool

Explorer IconExplorer

Memory Pool

40,276 transactions
28.16 vMB
0.06032640 BTC
Random Selection Loading Transactions
Max Size: 143.79/200 MB

Candidate Block

Mining Attempt 51264cb342e262c9e1ed307ba293ebf845063655bf397cdb6685df08c043fec6
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root c14fd14364572b4ab9c4d7071a2b76d4cf11584812c5edc7dd80c8fcab32a85d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,468
Size: 1.00 vMB
Total Fees: 0.00616213 BTC
Feerates: 87.72 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (343,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,228 571,228 00000000000000000007efbc5cea5a7dc9fd1bfe3f76757351a0d1e1827ad157 2,631 1.00/1.00 vMB 104
571,227 571,227 0000000000000000001dcdf42199fa0fea0947ada1f249bb62bb3010842f2ba8 3,034 1.00/1.00 vMB 106
571,226 571,226 00000000000000000005952469893ed12a68ba462eb235f3e8b237f21754ac3b 3,216 1.00/1.00 vMB 140
571,225 571,225 0000000000000000002891b4e78b23cc27a32e5c108cb35eff3dfa4fdb1e6dac 2,413 1.00/1.00 vMB 105
571,224 571,224 0000000000000000002422d2d0697a91eed97de34604a75b74ebd86b635b3bed 877 1.00/1.00 vMB 111
571,223 571,223 000000000000000000039c2eefe6885dd855ebd9ae034a0d27c17c7c2d97f6b0 3,136 1.00/1.00 vMB 125
571,222 571,222 0000000000000000000f08fb2973eab31065a29269b4840117a7082c382af474 2,842 1.00/1.00 vMB 134
571,221 571,221 0000000000000000002653bd2a9684e1928ff8c9be59d25c73b08900e197ddf7 2,607 1.00/1.00 vMB 122
571,220 571,220 00000000000000000014342cd87cae2ac03e862a5232a9fde5a993254e3c46d2 2,951 1.00/1.00 vMB 158
571,219 571,219 0000000000000000001361e567fa2848f2be48f3f7ee61b67501b885adbdd71f 2,942 1.00/1.00 vMB 122
571,218 571,218 00000000000000000015fc5d5efe451c8ce7dbc325ed2fe9477d45020b44c95b 2,763 1.00/1.00 vMB 63
571,217 571,217 00000000000000000028ec15c59c47cfc7c5eb7b79d4d37240177c185a1ea54a 2,727 1.00/1.00 vMB 81
571,216 571,216 0000000000000000002bf0b83d3e0d7134f29a0a4bee28cf582c414501028c0f 2,241 1.00/1.00 vMB 73
571,215 571,215 00000000000000000003db818b0299c0e98367987d29fc792aa9bb16c99abfb3 1,837 1.00/1.00 vMB 26
571,214 571,214 0000000000000000001eb221f1b67356cbad34d5f24a4621dc57981978dee812 2,563 1.00/1.00 vMB 95
571,213 571,213 0000000000000000001b217269d2621e47ccfa1947b32967255c06fbd404e72f 2,234 1.00/1.00 vMB 50
571,212 571,212 0000000000000000001743c03ec29c728b13e236ca62dbf20cfc46b6ee9a4701 1,969 1.00/1.00 vMB 90
571,211 571,211 0000000000000000001cacb293ed6ca61bc57d17af9d5b517ca379f2a40f6a4b 1,440 1.00/1.00 vMB 52
571,210 571,210 00000000000000000018f30b1bbddf756b1b736c2013908f5286219376ca837b 2,790 1.00/1.00 vMB 77
571,209 571,209 0000000000000000002433a462a8237a528e571f0ec0e8ee51ff4d768abf4ae2 2,808 1.00/1.00 vMB 137
571,208 571,208 00000000000000000025a248b684f2125e5037fc7e01a883e9da64272d883a19 2,424 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.