Memory Pool Memory Pool Refreshing

5,886 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,583 (900,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,500 8,500 00000000aba1f720821fac035481e72eb918c138372260627a3a976aeff59226 0.00 MB 1 0
8,499 8,499 00000000da2e3ba930cf4e8ed7a2a4f26595083ddc4e1fa56320bdc69a1b1ae2 0.00 MB 1 0
8,498 8,498 0000000019db297501a3a2deb4c5d78238b677ab5fd5a15d6db94ff7861d4325 0.00 MB 1 0
8,497 8,497 00000000746f6bca4d7fb62aaca814a7847937b878b6f256f63d2c569fc96de1 0.00 MB 1 0
8,496 8,496 00000000705189678f41af8579233325e1df6112d8fc3d4e5e2667931b437e36 0.00 MB 1 0
8,495 8,495 00000000835b3057385da02d39b2e0cac7a417d41f75036f6a48135e2287682a 0.00 MB 1 0
8,494 8,494 00000000597c74ad4e5770cf0ff3a0463822b9b971d11f81b6371a19d6d76331 0.00 MB 1 0
8,493 8,493 00000000eed6a2ca4d16b68cc38d981555de070f46e6673b018f123f0d967554 0.00 MB 1 0
8,492 8,492 00000000714d217e19d52f46a9073f2cf20adf99f963e91bbcd3c13ca5a170b5 0.00 MB 1 0
8,491 8,491 0000000087fdbfa68b4fa9c6f27f8bc41352b2eed8bc281c4c74e868bacdfbac 0.00 MB 1 0
8,490 8,490 0000000006ff36ecbe0777cc448dae54c82182d4cdb3845fb5082289ad6e3626 0.00 MB 1 0
8,489 8,489 000000005c7347e53208461ec227ff3ed52741a1adacb9f6e590e96c34cad900 0.00 MB 1 0
8,488 8,488 00000000cc38146771a93a6025cffbcbdd26e106a9ce76dbe4c8bd8224e0a05d 0.00 MB 1 0
8,487 8,487 000000009b1f8113a6b692738f264a8c2b2615bfc1c68062828d13e3cec82e04 0.00 MB 1 0
8,486 8,486 00000000a100c2683a24dce9baa57ea903133e25915b91f8b92fa69c0d24cef6 0.00 MB 1 0
8,485 8,485 00000000872ef69168d41555abc68bfe1995e349bf2521093f9babaf95a1fbf7 0.00 MB 1 0
8,484 8,484 000000005f8f454363f7fd78dd2bbff401a5d865639fddf48308014a936acd32 0.00 MB 1 0
8,483 8,483 00000000bd044e01e409fe3e81f46d347684af1315802b0ace861d869bc818ed 0.00 MB 1 0
8,482 8,482 0000000066ecd95009b387adb205ff97f50ace90b8bfd79825346336217b5ed7 0.00 MB 1 0
8,481 8,481 00000000bbcf0f70ad511e58f5495e5d508e2150c62d49070f77731cf118e96b 0.00 MB 1 0
8,480 8,480 0000000061c6c683046cd91a002a8fd61ddd0ed4ca11667348b04fc50abc8db2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.93 GB sent, 100.91 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.