Memory Pool Memory Pool Refreshing

2,644 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 2,649 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (164,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,243 743,243 00000000000000000005c956bd69d0e92fd2ca5ce269326ae5bd2db9f7e3abcf 1.29 MB 1,748 12
743,242 743,242 000000000000000000042490270394bcc072f06aa0eb94d1f21ac9bbd438447f 0.25 MB 528 14
743,241 743,241 000000000000000000063eeafd5cd852adb90b16ea11d389927a893551a72dbd 1.07 MB 872 2
743,240 743,240 0000000000000000000784eaf9757c042686afedef312a40217b70fc0708c649 1.50 MB 2,781 21
743,239 743,239 00000000000000000004082376df7959519a3900d72531cde8ef22e65393b639 0.32 MB 450 14
743,238 743,238 00000000000000000009295ee87d3780627f890b4854e79d9a892f75b86d7128 1.13 MB 1,335 6
743,237 743,237 0000000000000000000256864991d225e20132e3aad053d5db58e95e410e3bde 1.70 MB 630 1
743,236 743,236 00000000000000000002acdc48480e55b8c8ff63abd1c6bdec75ce22938099cc 1.76 MB 906 4
743,235 743,235 0000000000000000000708f511b04d484056a3c04450f725b5c84c4bf2df489e 1.52 MB 2,008 11
743,234 743,234 000000000000000000077e91b962ab0ce4bf4588c937ac491b3e9754315290c6 1.17 MB 773 18
743,233 743,233 000000000000000000045385f7fd205806338d90dacea524c977882524ef8031 1.67 MB 2,171 8
743,232 743,232 0000000000000000000333cd8f7a19fb4c477fbd7b7c28f12bfba0d1f529ac06 1.63 MB 1,865 11
743,231 743,231 00000000000000000002ff41b6d38221b2f6d9c49751a27ab7b035c29f6a6669 1.58 MB 2,138 22
743,230 743,230 0000000000000000000781fc1577652e1d1a722ccd177634de7d10d1c9a4c255 1.39 MB 2,994 25
743,229 743,229 0000000000000000000809d735eccdebb442fcf3da40ec1c7d3de2d0b75693ab 1.79 MB 856 3
743,228 743,228 00000000000000000008ec5cf96b1cab5cde68eaa559b153f392996cfdf122e5 1.74 MB 1,306 1
743,227 743,227 0000000000000000000363258c77f0a9e9535c00667cd9f0f63175f1cc268c70 1.73 MB 1,748 9
743,226 743,226 000000000000000000057044c1f019814f706c38716b9f4101d643ca390dc722 1.58 MB 2,418 16
743,225 743,225 00000000000000000000d157f9aed768c1557b98fb0778f537bb25076810ce97 1.59 MB 3,021 12
743,224 743,224 000000000000000000075dbcce0bba724e62e15491c488314c7911080c210fb1 1.67 MB 1,294 9
743,223 743,223 00000000000000000007bb2e10aed7c3a72c5f9e8f8869fa1fafe38d55474dca 1.20 MB 1,150 15
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.