Memory Pool Memory Pool Refreshing

1,392 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,648 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,392 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,647 (887,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,336 21,336 0000000075aeb621eaa33fb73a2b37991899d850bf11629eefc945ee40582ea9 0.00 MB 1 0
21,335 21,335 00000000cb7f1ec9eb3466967eda3c3c54b2edbba098ff1e3a269ab55d010486 0.00 MB 1 0
21,334 21,334 0000000031f2dd808dd61794b0c8f5be8667ec5b1414e98374b39555296b352f 0.00 MB 1 0
21,333 21,333 000000006e264ff7100b09bcc1fb2962864c240d32cf66f6b5323e130c94b047 0.00 MB 1 0
21,332 21,332 000000008c6601fb72f860b32fc7cf747d402fd26e141b52a4188e0491957bbf 0.00 MB 1 0
21,331 21,331 000000007c60db323d92f18fd267f76be0e251ae26305c62fc2c2409465fb44e 0.00 MB 1 0
21,330 21,330 000000009add40fb84aaba2fdf36f2da161822be09c740eecbdce4bb0134f312 0.00 MB 1 0
21,329 21,329 00000000dc0179369a919489cda9e5d547926e25a7b50e0fd5c73f8e0761a43e 0.00 MB 1 0
21,328 21,328 0000000043f87d7cdee9b280d74d11070b3cbba88b0dbfd1df915d1a4715bacc 0.00 MB 1 0
21,327 21,327 000000004192226fb1523c25718c6a228d3e30576e227487a7527438a390fee8 0.00 MB 1 0
21,326 21,326 000000004267f1a385316ac8c6689d6f22b7149e0e3cb0eece8449b616336632 0.00 MB 1 0
21,325 21,325 00000000e6541ff86dbad9c9cad65da03fed072fc5bf18dd5ff1319ebe0b9737 0.00 MB 1 0
21,324 21,324 00000000566a689a721dd1965b56ef2f5747fe529e30d1d99d798a976f6f8140 0.00 MB 1 0
21,323 21,323 0000000025706f1b173f03462077dac4fd33b8d95f6fb77352aa20f8c66d6dc1 0.00 MB 1 0
21,322 21,322 00000000060df7d7f840549b44d9aae1a42f0c873bc692cd77c2a61cc68d6e85 0.00 MB 1 0
21,321 21,321 0000000010bf3aaba9609a63205702de7d94b8c12cbd6900e3faba4634f1db11 0.00 MB 1 0
21,320 21,320 000000003bf610a7e9e10c2042813638adfab9cb8193f45014b680757a13d6f7 0.00 MB 1 0
21,319 21,319 00000000476c15ff13d3a204e5e5b592c275285d903382e41680ca4bfc2d3c6e 0.00 MB 1 0
21,318 21,318 00000000d7608ec8ad3b8811ed901054f3e476525b365033f35d8b0b2d5ef22c 0.00 MB 1 0
21,317 21,317 0000000089c6639bdb7f5eecd1be7934500d13743bca911ac74c9c0bfa48dafd 0.00 MB 1 0
21,316 21,316 0000000002c8b5a07fda279151ce57815df7a6b8ab10bb0996e288ba01c065da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.36 GB sent, 101.42 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.