Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,554 transactions (2.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,565 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,424 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,564 (871,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,568 37,568 00000000047334c4e2c342a81da7d7170da037c2a1dcabf948357d5a2058a3ac 0.00 MB 1 0
37,567 37,567 00000000b2559f6776e9dc960eb89a18c4262c6979d80accd37ea3baea3b6c67 0.00 MB 1 0
37,566 37,566 000000005d5b39e8874ff489460f49c80d9728ee8b6f8a89e19dce5b9f0f73ce 0.00 MB 1 0
37,565 37,565 00000000262a8dc82a01bfe2a7464ceb36916a668d4dfdbb1f0efc258afa90f1 0.00 MB 1 0
37,564 37,564 000000006b63a6d0a3389c5743b235cea73c5d5958bab5dc75d2bb8f51a93da3 0.00 MB 1 0
37,563 37,563 00000000886ee88d932ae8cb254ef3506f7cd0c16f48a640c8886a44ba0036fd 0.00 MB 1 0
37,562 37,562 000000001ee08eb6645471c2f053145f7db9bb0b3502c0e69c1894d70db21aed 0.00 MB 2 0
37,561 37,561 000000001fffe5c7f51eb167c9c352434b628f0fc7cf7ebce3eaa19f91f73a5f 0.00 MB 1 0
37,560 37,560 0000000069fa32b831d47f1649976278ca68803ce0d0a5d9332bb2606ed5cf77 0.00 MB 1 0
37,559 37,559 0000000061936cd08922078ec19101c1d1146c3638935d555a903bc1a570f349 0.00 MB 1 0
37,558 37,558 000000005278ead94632242a2d42163592402d93c2f74b0c82d93c1c375001b7 0.00 MB 1 0
37,557 37,557 00000000b25fd0877ea3be083635c6c1ce767514c7c60b29e5e74104cc7ec1b3 0.00 MB 1 0
37,556 37,556 0000000079d4aec82c26543e29b4fec5eaae67a11099b81b324cad4f654692b7 0.00 MB 1 0
37,555 37,555 000000005d210fffa9e57b88c7a27dff088f2e4c55a6538a21ce306bf4ab045f 0.00 MB 1 0
37,554 37,554 000000001ad8976b53acce5ee9c435759fc248c79955df49b6728b0cdab491f6 0.00 MB 1 0
37,553 37,553 00000000650a7dff1d4000a380ad09442cea66e4a457f9c19e80e1fa68c3eb79 0.00 MB 1 0
37,552 37,552 000000007ab651b875f5458a9807dd05e85ba17cb4d1dd4a951f57a6bf2bac51 0.00 MB 1 0
37,551 37,551 0000000029e1762af85ee9ea906db83693bb7dc9cf367bd7171e5c2f6e88002d 0.00 MB 1 0
37,550 37,550 000000001a99c873f74763350283356dca5de15a13645b3c4b757909d04c251e 0.00 MB 1 0
37,549 37,549 000000002c0ca0902430becbff3c445f3aa007dffcaa2809795f37f348663aba 0.00 MB 1 0
37,548 37,548 0000000049c6835f5ec90cedb1c437471ce19e04dae467f28deedee1b5f88c2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.60 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.99 GB sent, 111.26 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.