Memory Pool Memory Pool Refreshing

1,421 transactions
0.43 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
907,911 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,421 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,910 (752,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,075 155,075 0000000000000aa381a1ae62d0361fe4fc07f16c81422aabede1ded3b3395dad 0.00 MB 13 162
155,074 155,074 0000000000000d669aff60e9d0b8311386297321c45e0af8a629f5c3887e590a 0.00 MB 9 670
155,073 155,073 00000000000007deeaa0f603ddb83a0c4b802181856588fdcd82de70381f3236 0.00 MB 6 114
155,072 155,072 00000000000003ce08399f8666e2e26e7b1edd9f9ce723fdd7be4a0d8c0e2e22 0.03 MB 74 231
155,071 155,071 00000000000006e2832805c67550a8f2a32a5e9fc528146e96b23a7f6a8fb96d 0.04 MB 127 1
155,070 155,070 0000000000000c1ed6d56b6c024b901617d1275d73bb12d013c12ca9d80f1e40 0.01 MB 19 131
155,069 155,069 0000000000000282825f968a5ec3d060e7a9125228ed5f07a39e37df2cb6b64e 0.02 MB 38 33
155,068 155,068 0000000000000605dd529755df42eb0b6390fcfe02fec49bd285eb02fd27e638 0.01 MB 17 47
155,067 155,067 0000000000000cbc03f2b36889e4c68411e1edb35fd8e5bb828697a2aa1e8c7d 0.01 MB 7 32
155,066 155,066 0000000000000a7130ffe0f79e7d347b31390e8ad1aace3c309bb356b10d9272 0.01 MB 34 251
155,065 155,065 0000000000000cd05ac20e9af76931ac145d678684af256e849044d58c1d5129 0.00 MB 10 16
155,064 155,064 00000000000000fdffb6e7ba9fc16eb5a66cb3db9b45cdcb758272ddb452a9a8 0.01 MB 38 48
155,063 155,063 00000000000000a4d5479138b3ed90dfc7bfb86ff2eae5f3ebd54fcbef59fded 0.00 MB 1 0
155,062 155,062 000000000000066a1b0cb21e39277e7a5fd1b0dec2bc9e5d46b89faf48dc3348 0.01 MB 13 156
155,061 155,061 0000000000000aabf27c8dd9e817448607829d1e234240c504092a19fe83dd02 0.00 MB 1 0
155,060 155,060 00000000000008ecc309a22f8aeb49f95ed7e600a105422415d57b93898d6485 0.00 MB 12 0
155,059 155,059 00000000000009d2dbeec0c2739469ca1b87ce4a8ba405d70cbdd03f9864534d 0.01 MB 9 198
155,058 155,058 000000000000030608432e99c5099747029515ca012eecfbddcc5b893f478cf4 0.01 MB 18 214
155,057 155,057 00000000000000f7c14e0d37d9a3dcd8c9011176692235fa916b65e56572ff63 0.00 MB 12 0
155,056 155,056 0000000000000a6b7f18299166ce70e7bd571b736710ab0a00d5ef984ccd5d73 0.00 MB 12 0
155,055 155,055 000000000000030d0e7bf1b0379aa222cd1bc2d179c3093a8394dbc91875431f 0.03 MB 57 84
Previous 10 blocks ↓
Total Size: 769.37 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,643.95 GB sent, 94.81 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.