Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

286 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,127 000000000000000000022cb30000000000000000000000000000000000000000 0.10 vMB 276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (843,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,719 66,719 0000000000721fc26b501e27ed6345aefad52cda088f3b9ea760ba65d9b48e1e 0.00 MB 1 0
66,718 66,718 00000000001bd141d4420dbc6bff9416897e94ebf7706403401cba408b8247e3 0.00 MB 1 0
66,717 66,717 0000000004c6d08d616f1c02dd42483a250ae5ab8ac421b64b6de73526de465b 0.00 MB 1 0
66,716 66,716 00000000047891a533d057822892ac31ef2bb568fd900f7453c961309497ff17 0.00 MB 1 0
66,715 66,715 0000000000a9347de88eaa501d475707586f733784b3424eed349812080a10a7 0.00 MB 3 0
66,714 66,714 0000000004f48ee60f2e187cf21cc32bd80af5f3a952c212dbda9fb3dfb6edcc 0.00 MB 1 0
66,713 66,713 0000000001ce99b0cc2a6aec0b699cc2cfc0bb6fdc3bd75545cc0b18e3591db7 0.00 MB 1 0
66,712 66,712 0000000000588da2374bb16a9507098bcc320ad288b72197f621973e3cf7d96d 0.00 MB 1 0
66,711 66,711 00000000014d7d412af8c55e6d709645bd82d9e4c2f844b98b10267904536dde 0.00 MB 3 0
66,710 66,710 000000000556afc9d6c343948cd0067e3466f2ff51eba302128717614fb0d2a5 0.00 MB 4 0
66,709 66,709 0000000005044c6068de45a3b3dc9095f286b19373fc82ccffb884f028d8516f 0.00 MB 3 0
66,708 66,708 0000000001fc9337fcea078483d35a4d67b95d754220052ea57d23b4565d2e12 0.00 MB 1 0
66,707 66,707 00000000029a78d88d8001d6f0bc6d193a782802ae2ad37ce7c349f3793b4419 0.00 MB 2 0
66,706 66,706 0000000002d3fa12bace1151a47fa246774a84d248f10304196d5d95a24021b9 0.00 MB 2 0
66,705 66,705 000000000370a424baedb1014d0a85c511e0d24aa8d23f6deadb0cc193b6c508 0.00 MB 1 0
66,704 66,704 00000000011bb2d7046bab2efb7b5f8da1f4c4d379acb951a53b6fb89633b216 0.00 MB 1 0
66,703 66,703 0000000003e8da0a478f60c7d0aac855f5a5105e885487cc9116dfc304acf89c 0.00 MB 2 0
66,702 66,702 000000000117bc51ac29cc7703a5b7c2c034a361c1d210729e96ccde1a83b656 0.00 MB 4 0
66,701 66,701 00000000051b18f82e3faa8febf1f8db76407aea9ab4377ad8079bbb4598dd16 0.00 MB 3 0
66,700 66,700 0000000001747f9945c51d19fa4ebb84f4b06d4b27480d708e9f7bfc2a3f76b9 0.00 MB 1 0
66,699 66,699 000000000396001780facbbff0547ba94a6794fe5cdf3c17c7f95b79d9ccd552 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.23 GB sent, 116.60 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.