Memory Pool Memory Pool Refreshing

4,608 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,620 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,610 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,619 (903,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,262 5,262 00000000934e21f27256b447a256208b8f8e0c59a0a1d6193e2c996be33dca6f 0.00 MB 1 0
5,261 5,261 00000000d47ee447e9c7b04828803f14fc1a86bf67163b3e3a641e8ecf57ed6e 0.00 MB 1 0
5,260 5,260 000000002622aa01985953101c787b85f2c9fc10b6fb50f3723588fca6beeba3 0.00 MB 1 0
5,259 5,259 000000005e9e4a56a50b265fced276903d284e6a6f88a346f6113b38c1a35891 0.00 MB 1 0
5,258 5,258 00000000498f9d53b09d6b486716a8b79c60e43be439e4520517830fefd6f2d2 0.00 MB 1 0
5,257 5,257 00000000ae401b37b65edfe4e2627692d496db9d71ea701d371a24a1b0556128 0.00 MB 1 0
5,256 5,256 000000008e5508b05736619c7a9cccfe88b36f7ace69086e1a24c0546854db13 0.00 MB 1 0
5,255 5,255 000000004c50f59d25e24bd70e847d45ca0afe75d861e99b4e4a54ea6c4b908a 0.00 MB 1 0
5,254 5,254 000000009f234a07cebd1e8d5b193e5e75b6552aaa2701b5a7300344eb873cd0 0.00 MB 1 0
5,253 5,253 00000000febe72cd9885d0eeaf388fb0ed120918b518d7fe730a0c228db64acb 0.00 MB 1 0
5,252 5,252 00000000fb6963d7ca76bd49ff3e2407add5b96b3fc176cd0f7110adfca4dc5e 0.00 MB 1 0
5,251 5,251 00000000978d4dc87fc77895f46fdd7857132863febccb784b8706819ecb4123 0.00 MB 1 0
5,250 5,250 00000000e6e89b27af3ea7484fd5c7e277ce12754bec74c2718bf5fedf5058de 0.00 MB 1 0
5,249 5,249 0000000039bad54d526624a26b4d313d1af008cce73af07662b0699ddc1f26ff 0.00 MB 1 0
5,248 5,248 000000009244eec08194c796634983e141dfb91ec317bfe20823e322f8b53b85 0.00 MB 1 0
5,247 5,247 0000000033a27c42a6d51c428de207c78007492be46d5488e636121e84161a18 0.00 MB 1 0
5,246 5,246 00000000fa31fc7699dfb3672a1cb0a97699724ee06e2b7910f5fd1fb2e61af2 0.00 MB 1 0
5,245 5,245 000000007a07d829e13c59e78a17753562ab6fdf95c7a0f36fece7ebab4d7070 0.00 MB 1 0
5,244 5,244 000000007eae4bac692f36a760b612ef21a217cd970fe72a6a908c22dd582dd1 0.00 MB 1 0
5,243 5,243 00000000dce646012b1fc3eea4b8e90bc8a253eb6c781ca874fd790d953c730c 0.00 MB 1 0
5,242 5,242 0000000037dff915d0898ffc914ee3d2c87472185ce1ef083e637ec7db994d15 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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: 1,850.08 GB sent, 101.18 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.