Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,324 transactions (3.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,286 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,387 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,285 (875,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,316 33,316 0000000009d957442001497250957e8ea293a4ffda1d07047aa6f0852dae94b9 0.00 MB 1 0
33,315 33,315 000000000b692b15d7d982ce25cef892f8866e3c835bd33cc1ab96e4f2e20223 0.00 MB 1 0
33,314 33,314 000000004d34c446057f5ec3b77f03637e1f5952e65f38d6ba3edc553f283de8 0.00 MB 1 0
33,313 33,313 00000000c0029c745b2f948b9dfef6075519daaec17ecddccd7bfc3aa1b9934d 0.00 MB 1 0
33,312 33,312 00000000c4b638007818af08db89fedec2f4a55ee4a5f5879f4b4722f1facb3d 0.00 MB 1 0
33,311 33,311 00000000bb4dcc90cbc06a160c715c8fb2168ea9113daaad602f03e7c0662f65 0.00 MB 1 0
33,310 33,310 00000000aaf24912dbf984857c51eb589d105fa3e17e89902a0945ab875fad1d 0.00 MB 1 0
33,309 33,309 00000000af22f0ef31ccd051e9024e8c8711aa71ff65ee5c8b7df7d2c84b976a 0.00 MB 1 0
33,308 33,308 000000003ad6305eb19e7368887cc3b26003cd6ec6a817e67c0a1b156bd9f5ea 0.00 MB 1 0
33,307 33,307 00000000793dc38f1e442d144c8ec56e8e65fb8d1c5a9351c0a4d1ad89bbf2e8 0.00 MB 1 0
33,306 33,306 0000000025357c6840f6a718a5b4f2bd5a67e42f40d2d60bba06767ee5f6563b 0.00 MB 1 0
33,305 33,305 000000008c86194812037522e2ab0f09edf7f1c4336e6e4678a9f02372143538 0.00 MB 1 0
33,304 33,304 00000000b3bffbebfbc0e62313587374a4cf44a4c816179d713f0701eead728a 0.00 MB 1 0
33,303 33,303 00000000cf0ab8c490becd8de0db0d04c686b35b0a074dcd5e6abb1436568d2b 0.00 MB 1 0
33,302 33,302 000000008b04c57836d7e76215836a565a7179ec835de7326d0086adff4a2c50 0.00 MB 1 0
33,301 33,301 0000000038e8cae135ba00e71812cb70d182c675c3dc52d19c785ed1a33bf588 0.00 MB 1 0
33,300 33,300 000000003e307a34ee1e3a12abc5e1aada852055febc82a1afdf4a05d5dc47b3 0.00 MB 1 0
33,299 33,299 00000000d055018ac2e3320dc1826d74a33bb8ed135fe7fe5260e0059c089541 0.00 MB 1 0
33,298 33,298 00000000d5f9dd4e0384d364dff3f7b19912a4f53fa46df8ea0b99eb18dd08ef 0.00 MB 1 0
33,297 33,297 0000000067a1dc7054951904c76a64fde3daa8d016a6abb00ba62b954612492a 0.00 MB 1 0
33,296 33,296 000000006e5441a7aace7af8fd618bce06ec43fb3772d7f84f639c5328f0fe64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.07 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,047.16 GB sent, 108.42 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.