Loading Tool

Explorer IconExplorer

Memory Pool

51,769 transactions
31.06 vMB
0.16611200 BTC
Random Selection Loading Transactions
Max Size: 166.53/200 MB

Candidate Block

Mining Attempt ba68fd1774fbecd40de9532353a11acadefb8bc6e3f709abec44f3fc9b1f8e34
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 5cd27135a831c7e6ee66f02099487ec1176eec836d0ff6772d9c2da68ac52e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.08805749 BTC
Feerates: 477.45 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (68,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,342 846,342 0000000000000000000214fd99ea8a1c31d1ae662e630d4d80cd77e36e0030c0 5,299 1.00/1.00 vMB 21
846,341 846,341 00000000000000000001604e7ed0a857973faa8ade6a241b3e35f334f3f0408d 5,325 1.00/1.00 vMB 15
846,340 846,340 000000000000000000018ad5ec5781d6834e0273d44bed61d9f081e94750a695 4,831 1.00/1.00 vMB 23
846,339 846,339 00000000000000000001768d7a5bda4946cd8dd67def3c714377dd4774a846fc 5,795 1.00/1.00 vMB 20
846,338 846,338 0000000000000000000153dd4f4c39b2c6135f3a2f621863a2b76b9de985ad43 4,098 1.00/1.00 vMB 21
846,337 846,337 0000000000000000000113856888115eb8bdc729fa3043054f5aa8a4b47ffc18 1 0.00/1.00 vMB 0
846,336 846,336 0000000000000000000268b5c17cac3adde08ca3783e91060d1510af74486c7b 4,024 1.00/1.00 vMB 23
846,335 846,335 00000000000000000001d757727cf1fd261a3409e8adce9bb918dd1e88cc8693 3,906 1.00/1.00 vMB 24
846,334 846,334 00000000000000000002a3758a946afd46fa5e5ea9f007deb9f3d2a9c2d365f5 7,227 1.00/1.00 vMB 14
846,333 846,333 00000000000000000002a265d139ae850fbee7289f13b7aa7029ad3dcdf40ac6 5,671 1.00/1.00 vMB 19
846,332 846,332 000000000000000000011aebac61aee6f3f29a433f281a0e6cedb1749c78935b 6,801 1.00/1.00 vMB 14
846,331 846,331 00000000000000000001a3c5150d6143318feb5bbcd567f06da3b73889b1040e 4,345 1.00/1.00 vMB 23
846,330 846,330 000000000000000000026e2d78d64b27a3a75c48f5c5d52f3f7d34c5944d2a22 4,052 1.00/1.00 vMB 20
846,329 846,329 00000000000000000000b0288db2c36cff6540b6a15dc888529e20a8d4fe0dc9 4,449 1.00/1.00 vMB 25
846,328 846,328 000000000000000000004c800b82da2657793d378d33f25896068433ac01b74f 6,917 1.00/1.00 vMB 16
846,327 846,327 0000000000000000000082a5abf5eb3ec309b1f164c61ec8ffa609c470c546ce 5,938 1.00/1.00 vMB 16
846,326 846,326 00000000000000000000db75a4d0b1de1857525ef30aab4101c8598501bb2c08 5,134 1.00/1.00 vMB 23
846,325 846,325 000000000000000000014811464dbc481a4f0c085522cf4d9e7d9abab0235467 5,188 1.00/1.00 vMB 23
846,324 846,324 00000000000000000000e1097836b67edf5ce7f39b4f65b807f81102c2896890 5,793 1.00/1.00 vMB 16
846,323 846,323 00000000000000000002cf181933556303bc874a00954d91789502a0eb63b07d 4,353 1.00/1.00 vMB 25
846,322 846,322 000000000000000000028577ed42f75a6e472410497b9c6099eee35793e36274 3,778 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.