Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,855 transactions (0.85 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.85 vMB 2,848 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (416,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
495,131 495,131 0000000000000000002ba443ecdf461eecdc3717d703c9a0e8e89f10684b247c 1.04 MB 1,860 131
495,130 495,130 0000000000000000000c83364323764fa54d9de1cb2cf79a620712ea0395ce63 1.05 MB 1,838 210
495,129 495,129 0000000000000000008ac6894f277273ce3e388d83e6530a6cd70470eb495d15 1.05 MB 1,140 24
495,128 495,128 00000000000000000062210a40d016ebb9ca279b042cc5b98829302b3293d815 1.02 MB 2,553 73
495,127 495,127 00000000000000000030e5f9e300bbfdba7e487665dd5041fdb41696b1c11f99 1.03 MB 2,742 158
495,126 495,126 000000000000000000ba3346f094405267dcd7cf6b4868c01beee8870828b049 1.02 MB 2,505 104
495,125 495,125 00000000000000000083ddf50553cf8458301faa9fc74f071840ec6085015829 1.06 MB 2,199 278
495,124 495,124 000000000000000000be7c1e8dfdda3556ba597b567c43dcce72ebd4b2da3263 1.04 MB 1,952 119
495,123 495,123 0000000000000000001fc4269024cb509458ab5825c0669a601f945e087bec1e 1.09 MB 2,311 309
495,122 495,122 0000000000000000002ee8da8fa04c7557e59be532509327eb26d50c357edf5e 1.03 MB 1,467 257
495,121 495,121 00000000000000000010e13e9c1c8e2ad82a8feae862743770144c01cc6a6785 1.05 MB 2,116 262
495,120 495,120 000000000000000000acc0a124145cb1ab258f84f088c3bb75f1e39324243c0a 1.04 MB 1,734 267
495,119 495,119 000000000000000000c49b7690d49a574f99ab397295317093701880f254a2e2 1.06 MB 2,010 255
495,118 495,118 0000000000000000005eeab653ec2663e6727e6172ae6fc9ce9a651fe71f39fe 1.05 MB 1,956 323
495,117 495,117 0000000000000000005348d779029f876bd1280d4688cc207b4daa3d76782a22 1.03 MB 2,550 106
495,116 495,116 000000000000000000ae0fde62a28814879177d81007c130efb166ca07a96977 1.10 MB 2,247 171
495,115 495,115 000000000000000000be20f5de204ea6404d6fab834aff91ff41bc3eee30f842 1.06 MB 2,117 314
495,114 495,114 000000000000000000bd02e677c0d18e3ccd75e8cef1be769b04c750648cefae 1.05 MB 2,009 372
495,113 495,113 0000000000000000000b563537bec638210398e7762fe06d1050068a170cbead 1.05 MB 2,001 237
495,112 495,112 0000000000000000003b9636458bd3d70de09d3046b0cb54fd966a5d2ed37f5d 1.05 MB 1,891 156
495,111 495,111 00000000000000000051455c77724ef8d89df8e50a0478700a29c49c41f7262a 1.05 MB 2,114 59
Previous 10 blocks ↓
Total Size: 775.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.74 GB sent, 128.44 GB received

Notes

  • This page updates every 5 seconds.
  • 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.