Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,282 transactions (0.42 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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,328 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,282 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,327 (872,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,759 36,759 000000005961b23c1c90ea26f5e1fc56458bf522b68391de32a9e87d848ea242 0.00 MB 1 0
36,758 36,758 0000000026ae3adb9f58c79cb4b9a4155e880bf38aeeda189e7b93e47d535fb9 0.00 MB 1 0
36,757 36,757 000000008e47c57a0c357acc9b7086c35a0e94f842bc8339462ffc4521ba018f 0.00 MB 1 0
36,756 36,756 0000000047a625f5a9aef4e5167f02f28b297cf9cabd7095f869ad85056eb57f 0.00 MB 1 0
36,755 36,755 0000000003694ef8fe458398fd1fca0edf78d6334d85b29ce0ae23427f9d4cb2 0.00 MB 1 0
36,754 36,754 0000000042de831b3fee2205a12c4988fe963b607c59007dd2ced05d79201cf9 0.00 MB 1 0
36,753 36,753 00000000077de3aa5eb35101ad3d850ad1bd1394f9ac6fa12bda33ae345a1030 0.00 MB 1 0
36,752 36,752 000000007dd41df148d83bcf84e184f29ec3004b5890c9c4836ce8c78c1e1eb8 0.00 MB 1 0
36,751 36,751 0000000090199a24797101c05b26caa4a9cf8959e6febc412dc095c80a15e80c 0.00 MB 1 0
36,750 36,750 000000005e0332538c7dfe745789629d902a0d9aa0c37451814b7d6fa404d209 0.00 MB 1 0
36,749 36,749 0000000047c597365f34dd5443664fb01be6e10fbce140a8391c7ccfc28d4b35 0.00 MB 1 0
36,748 36,748 0000000060ee23f505ad6f08422169416ee9f48a4068111e5686eb0c53e24b74 0.00 MB 1 0
36,747 36,747 000000006bf6cf8a1c6574050e319090d409764b7b854363a7342be47126f7ec 0.00 MB 1 0
36,746 36,746 0000000034da364a6330bf25ad85cf60159d398579c242d1e1bc45f48a9fc8fd 0.00 MB 1 0
36,745 36,745 0000000091bf342fc4355c2e60397935e4310986b41e1948519eca216180ddfa 0.00 MB 1 0
36,744 36,744 000000009987ef81083524b9934bc1f8c8eeb0a3d002caea841aecb5b3351c26 0.00 MB 1 0
36,743 36,743 00000000bbfa41e50b2a0e04d72502a7e3323a2f6606389f7665ffe3c93be8d2 0.00 MB 1 0
36,742 36,742 0000000051173d970119fe01e557232fb4ddd5e72401bf20034da9fb1c186f17 0.00 MB 1 0
36,741 36,741 00000000828c3a223dadd7fee4f3abdbd13330aad893da35f86be606d9aba732 0.00 MB 1 0
36,740 36,740 00000000965bc3fa8217a5467a9d6333628490a6f9178d931fa38a55fedadb34 0.00 MB 1 0
36,739 36,739 0000000003f57cf6e5fa84f9c9319b98e78acdcc3f798259e12220bdf3afc987 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.15 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,066.63 GB sent, 108.90 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.