Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,163 transactions (0.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,447 000000000000000000022cb30000000000000000000000000000000000000000 0.24 vMB 1,109 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,446 (327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,119 909,119 00000000000000000001bad66b58c34a1d2ceff267527dfc786c165e84687caa 1.56 MB 3,507 3
909,118 909,118 000000000000000000011974d1f288cac64627c8a47f28c1cb1c92d8d7df3d5c 0.14 MB 199 0
909,117 909,117 0000000000000000000052414554e1fd0a5736a522499c4394830fc237eb978a 1.23 MB 2,485 3
909,116 909,116 0000000000000000000076291b9899e01d16e32c0fd892a0e8401996a452bf70 1.72 MB 4,732 0
909,115 909,115 000000000000000000004ce55b21e97a66562da0554a1a45b822f8b2206bb1f7 0.51 MB 858 2
909,114 909,114 00000000000000000000a3c5d759a424f9d76735abe0b72bcf1687cb3acd813c 0.42 MB 297 2
909,113 909,113 00000000000000000001af44fcd8594123fdee714531fb4c11a08561bd63a8e9 1.69 MB 2,338 2
909,112 909,112 00000000000000000001fe4d50a975df5e05901938f52351b671d1e434876d96 3.96 MB 61 2
909,111 909,111 0000000000000000000197efb17fa1519c07955341711fe79a5f9593962cdd95 1.84 MB 4,264 1
909,110 909,110 000000000000000000012866f950d2941beddff28a9588a046b498362e75a375 1.77 MB 4,774 0
909,109 909,109 000000000000000000018cabd842cc0a2a69d4a4cfc8d626b53b21ee07f9817a 1.87 MB 4,518 0
909,108 909,108 00000000000000000000938413e74a3e8246e2f3ba5b44e48c08aac096527dad 1.56 MB 3,048 2
909,107 909,107 000000000000000000009b1223bdf6e89e43bb56a1b5f14c3754f9e5988a4e0d 1.78 MB 4,435 1
909,106 909,106 00000000000000000001cbd7bf0c9eda55f8295af6abd606262a539947e3c9df 1.74 MB 3,789 1
909,105 909,105 00000000000000000001cebe6d3f1ae40888611dedfb245989dcdd7b56630213 1.56 MB 3,011 2
909,104 909,104 000000000000000000014def10ff1e62007d2c47fab822817c03f960086eb53e 1.64 MB 2,637 2
909,103 909,103 00000000000000000000452f59713511455a2594f4447a4f867b1b633ff63f04 0.67 MB 1,908 1
909,102 909,102 000000000000000000012175912d23c603ae9e9ea67df4bc5162dd9905625827 1.59 MB 3,406 2
909,101 909,101 00000000000000000000966dcb5d2b00f4ddf3fe0273634009e1225decdb1166 1.56 MB 3,706 5
909,100 909,100 000000000000000000017cc336c789b9d1600951c227b07e3d10576066531617 1.86 MB 4,170 1
909,099 909,099 00000000000000000000280cffa2da6179c2a8a8528964e0351482862d298569 1.61 MB 3,328 3
Previous 10 blocks ↓
Total Size: 772.37 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,077.74 GB sent, 110.06 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.