Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,292 transactions (3.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,062 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,124 909,124 00000000000000000000d193985bfef322ff6d5c58af4246cd68360674721cab 1.60 MB 3,199 2
909,123 909,123 000000000000000000002e664de5555412797ae073b8ea5e49b03c3e31a19c35 1.59 MB 3,061 1
909,122 909,122 000000000000000000011025a9a3958f8319b96c3513696ae44fb458f13afe55 1.63 MB 3,465 5
909,121 909,121 0000000000000000000125373190b9749f2d3bcb58c5f8c9490d600a67a252ac 1.55 MB 3,297 2
909,120 909,120 0000000000000000000057badaff9ec056eb93678325c02702c3ec35e217f3ab 1.81 MB 2,630 2
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
Previous 10 blocks ↓
Total Size: 772.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,089.70 GB sent, 111.21 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.