Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,418 transactions (5.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,273 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,144 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,272 (876,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,134 33,134 000000008099417b06002e2b928c01e239eccf989c044c138db5905a453f5f96 0.00 MB 1 0
33,133 33,133 000000001761e533076251eabb30395abf4f565276fed9f362ab0d3667ce2407 0.00 MB 1 0
33,132 33,132 00000000630fd03cb4cc7de4e45b836df10c41b6b8a23a515667e43dd2c3ac1a 0.00 MB 1 0
33,131 33,131 0000000097dbf58ade23cbf4a84424246e7b14f3c7bb4d0307aec340cdbf4213 0.00 MB 1 0
33,130 33,130 0000000051dfb4710d6ca8364f7c626e3bfe86f3b4d8ba2803f460146cbab959 0.00 MB 1 0
33,129 33,129 00000000aea60b81dedd690dc9dd060ecf2592fc6aafcbbbf2296631ac3fd7c1 0.00 MB 1 0
33,128 33,128 000000009f84b10905fbd70a33fc93d319f48038ad46ca5cfd0acda418706541 0.00 MB 1 0
33,127 33,127 0000000097688689a3247d89c1f1543970e316aa25414e3d28979266c50be451 0.00 MB 1 0
33,126 33,126 0000000085bef336b9ceb79e143e9dd4f174a448f82c657e7b5572fa3c540b6d 0.00 MB 1 0
33,125 33,125 0000000077ecedc8938fe749f6853e78008e814e319a809207443411a98d8451 0.00 MB 1 0
33,124 33,124 000000006edda8ed9a6e3f48a30296b9ced6e7116113ccd8c181e9a690056f69 0.00 MB 1 0
33,123 33,123 00000000885aec10ddf611a4d0e67ee4626695d0179dff090b2f17fb2e367ad1 0.00 MB 1 0
33,122 33,122 0000000024c48a2756d3f896d95bae6a782cb5b3f9671502d8d8a067a9e7cccf 0.00 MB 1 0
33,121 33,121 000000007c93a4af09000bae9b25c3826d7c3f45d38c2107ae595fc0a757efb5 0.00 MB 1 0
33,120 33,120 00000000bf00cf5e4e34c14707338a9f416373da9bc6dfe177605fc9d1838f18 0.00 MB 1 0
33,119 33,119 000000006922b223d3a501eaa8e895eaa0c14a6defd4291fad36c66fec8694b0 0.00 MB 1 0
33,118 33,118 000000004f767b56c1490ea4bd523f230cdc5610844049e789a7d19824fc03b1 0.00 MB 1 0
33,117 33,117 00000000b0c613f4e3e6623473801700bb8d40971403f802a71de884855a389d 0.00 MB 1 0
33,116 33,116 0000000021fc150890e790dc865cf0ae560a16991b5473c3bdf0240f93cbd733 0.00 MB 1 0
33,115 33,115 00000000c96d63934a61d2365ffaeee46c786b5c3604da04fc12fff11df408d5 0.00 MB 1 0
33,114 33,114 000000000ca4254a768d9e2b9799debf4167aaf233a6fd0b713b73a8f56d7f77 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.04 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,045.83 GB sent, 108.27 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.