Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,649 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,004 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (1,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,401 909,401 0000000000000000000037611b5e8c3b05ee2d2585a1ae2984df6bd17e251601 1.69 MB 1,535 1
909,400 909,400 0000000000000000000150bf1a0802af3484264b778f42ac331eeff20ab3005c 1.66 MB 2,496 2
909,399 909,399 00000000000000000000a4b255e1518bc6b139e336ea0257802de43aa2d591e1 1.63 MB 2,822 2
909,398 909,398 000000000000000000002ca872b48012a9fc426f5de6b82e628ea5872410d31b 1.86 MB 3,115 5
909,397 909,397 0000000000000000000188e6632db1fac92f7fa7710036bd2bdbd3529b4e3e23 1.68 MB 2,594 2
909,396 909,396 00000000000000000001de38f83566edf571d580e045a257d18f5a49c1e7c791 1.68 MB 3,463 4
909,395 909,395 000000000000000000009119c878f3b07e8a141bde122450933259df6ea2b626 1.99 MB 1,540 2
909,394 909,394 00000000000000000001e9edd1725753837310a331ae34db3780515808d318bf 2.14 MB 1,696 2
909,393 909,393 0000000000000000000147588fa19dcdb86ad5cd67a39ae2c7d0e9a29f356336 2.41 MB 453 2
909,392 909,392 00000000000000000000a33e00654db43b3fb4572ac0244d45d2824d14a003a8 1.69 MB 1,971 3
909,391 909,391 0000000000000000000209d11be3e2b190dff4fd44ee1176a655f8f0ab7242ca 1.92 MB 2,079 2
909,390 909,390 00000000000000000001c7b45e76065e3efb9ef34ecc3d44015e3b55a870b624 2.15 MB 2,523 1
909,389 909,389 00000000000000000000911368a42dce65bf9c90bad19998e4708067dcbf75dc 2.03 MB 3,574 1
909,388 909,388 00000000000000000001e72a13b3e24d7f0100e0a427151821cc645620a0e1a8 1.64 MB 2,386 2
909,387 909,387 00000000000000000000259797ef68ceec6d4a538cda77e7662b1784cc453100 1.96 MB 4,302 1
909,386 909,386 00000000000000000001d4c8d06fc34bc7b6f1184239e94fcc8f827810481691 1.86 MB 2,623 2
909,385 909,385 000000000000000000001109b0329ea0e2e0804cc4c2e2dd7db3705bfaae3509 1.91 MB 3,933 1
909,384 909,384 00000000000000000000317794b24dc2868fc77f43c4a104a328e4983417c5dc 0.33 MB 459 2
909,383 909,383 000000000000000000007981bb16a1194e01d728f85d95582fd9a0f973165428 1.89 MB 3,812 1
909,382 909,382 000000000000000000006f2f81fc1baf70ee3ca8ab7213974359fd8c595570d5 1.85 MB 3,610 1
909,381 909,381 00000000000000000000af9aa79e348307499766c70943083e4ed3db619e6ffd 1.93 MB 4,164 1
Previous 10 blocks ↓
Total Size: 774.59 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,281.30 GB sent, 121.58 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.