Explorer IconExplorer

Memory Pool Memory Pool Refreshing

681 transactions (0.27 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,328 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 666 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,327 (895,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,354 13,354 00000000e0b913f02cb738b2bdd886e7ac108a9993d4e4f558018d080ae3f26f 0.00 MB 1 0
13,353 13,353 000000009701bb147372055099f66f576c4cef196ff9741a5dd4da43eb318cc5 0.00 MB 1 0
13,352 13,352 000000006501441e8aca5128dc2a0d33508ef0b5d4230761dc524bf618a49f6b 0.00 MB 1 0
13,351 13,351 00000000d4ae87142b3ef95800d83b91c6c8b362c181f295492001df487c3d67 0.00 MB 1 0
13,350 13,350 000000008a4a7449e09c6a52f487c39c91bf96bb39cf7b0d868b79ff1c5064dd 0.00 MB 1 0
13,349 13,349 0000000012436b869f9da164fde13cc1e9d4f95235f17ae62fd90e70bd1b4c6d 0.00 MB 1 0
13,348 13,348 000000008b1887ab5e2ee2e0de0793136c48b26cc3c8a44822e0f83aa158ce79 0.00 MB 1 0
13,347 13,347 000000002cb7a5050328303bf5988af46206b488581c8beb7bc0b3f69cfb719b 0.00 MB 1 0
13,346 13,346 000000005941ba7fad3f13f29200da41cdb46c545caa3013ff0641d678049831 0.00 MB 1 0
13,345 13,345 00000000c247154477b0e9d6aba9edbca1d134be6167d77857955e77c5384a60 0.00 MB 1 0
13,344 13,344 00000000338c0c0c14049247665241d6a73f8b45ded68d3ecadad6f408278e46 0.00 MB 1 0
13,343 13,343 00000000433913add586a455a04c146c504b178fe812e6ac5369f837ee585e74 0.00 MB 1 0
13,342 13,342 00000000dbd06b17f68cd7f463c579a0dbbbeefdb421bde97d51ca811c7c13bf 0.00 MB 1 0
13,341 13,341 000000002df16c4f1af9719580ecec6b92b2867cbdc9e2f4f83033d178955b40 0.00 MB 1 0
13,340 13,340 00000000aaf08ca0367f0149d63bbbc487e20f308a61bd8ffce4db264d9b7ddf 0.00 MB 1 0
13,339 13,339 00000000147e5b5b354f56f9652b4690ea5e9969cb65bfe647434102117cfb78 0.00 MB 1 0
13,338 13,338 00000000c1a68500bf1f48702c844b4009ad48bc5c59826e4b4e713d4e4ff286 0.00 MB 1 0
13,337 13,337 00000000aeeba6715e296db9b97f0692b58ac77c40199cdb5e4a1116d2059646 0.00 MB 1 0
13,336 13,336 0000000000cee7c7224db4a850e16882b8be8a6151782bff52b424e7b3658d0f 0.00 MB 1 0
13,335 13,335 00000000f7ec481643d144c1bc43340a49cdc62318d3ad7183e19cb7c33a7685 0.00 MB 1 0
13,334 13,334 0000000040a600896ffaf5c238e5708e234e4c9f603fbf0991134bef93d5ee73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.15 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,066.63 GB sent, 108.90 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.