Explorer IconExplorer

Memory Pool Memory Pool Refreshing

805 transactions (0.26 vMB)

Priority:

  • 1 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,418 000000000000000000022cb30000000000000000000000000000000000000000 0.25 vMB 785 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,417 (865,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,585 43,585 000000002bfaf1017df8b8d41a286f8872724921fca5763deaa1ffac0d318eb0 0.00 MB 1 0
43,584 43,584 00000000001405242e1df26b0558469846998f5ee64bf71c83f21ee194e0455a 0.00 MB 1 0
43,583 43,583 000000002a0524c33a33491bdbeb939eaa8643648336fa6f0f2ed19ea12f1ff8 0.00 MB 1 0
43,582 43,582 000000003b6180a47e1be27c51d6700333e60a00a9ea82ab2ffc30c34fc9e672 0.00 MB 1 0
43,581 43,581 000000002a52f01a6bf89abfa37d70e02b6a941bc9509911e708fe6bfda3bc05 0.00 MB 1 0
43,580 43,580 0000000036f566877a06fe7288f339adfad2cfb10849b09f1dd74d6c3e1ce5ce 0.00 MB 2 0
43,579 43,579 000000003d5eaf41719b9246f8064df2ed134eca54261453d2bb9b64c7659717 0.00 MB 1 0
43,578 43,578 000000000a47341915b101d0a61636887f08ac84696ba57edca15104ce26b12c 0.00 MB 1 0
43,577 43,577 00000000253779d8d509dc9421449a6a7562f35979cfd01714ecb6d3412436ed 0.00 MB 1 0
43,576 43,576 0000000041099879f6021ba615a4b33889fad9be9a33945c062726da693e6301 0.00 MB 1 0
43,575 43,575 0000000037d491978581f1be389d3a8aee3253c76133bd055ff94c5917b215b4 0.00 MB 1 0
43,574 43,574 000000002c06f92c8d8d41b87f5b84eb7c234dc50b178aecc76499c4ecdbfe5d 0.00 MB 1 0
43,573 43,573 0000000033238e5517a9c38cced860ea0446bac929ca6aa91472f69c90d7b602 0.00 MB 1 0
43,572 43,572 0000000013c40bcc2405047ba797ffe56903e9e51ca9a846171fd026cb9feb30 0.00 MB 1 0
43,571 43,571 00000000120bc56e3777748d7e27870f7b885d6fb011b943a6c7eca40e29f659 0.00 MB 1 0
43,570 43,570 000000001461ff128dd388d9deb6eece28b8066e8a50e0de1b03931177a0c932 0.00 MB 1 0
43,569 43,569 0000000002710c252fa1b68daef4ed5f30f0a092644713488e458606f642320c 0.00 MB 1 0
43,568 43,568 0000000000809d0a600ec35da493fbbf170642421b7fe25d9cf44d4f564ba4e2 0.00 MB 1 0
43,567 43,567 0000000013344fa0e459f304098f54701f9c61272b602f5388372611bd17b93f 0.00 MB 1 0
43,566 43,566 0000000036a55ac8a492dfa7b253f0291bbf206dee6eaa0ffed309beb79783af 0.00 MB 1 0
43,565 43,565 00000000221bd3062641550df6622c4c6783100dd8381b54fbefb5d8fed1bef6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.32 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,071.74 GB sent, 109.75 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.