Memory Pool Memory Pool Refreshing

12,277 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,023 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (291,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,735 615,735 0000000000000000000d9aa0e0f14d4bba656f74a78dfbd798437c2ba47c1a85 1.28 MB 2,349 11
615,734 615,734 00000000000000000010bac4c838f21fb9e985b9f5a4709410bba9db4014631d 1.15 MB 1,830 10
615,733 615,733 00000000000000000000da7a7553643daf9f89c943ea1fded789fc0b882b4b22 1.22 MB 1,781 17
615,732 615,732 000000000000000000033ab486a7f9c22292ba45c5590479f57d749e521e1b09 0.27 MB 627 13
615,731 615,731 00000000000000000010e2308df2cabfdd67ecd3ed3df3c724dd2ea8f701249d 0.21 MB 644 13
615,730 615,730 00000000000000000009b6ae2f607aadb2c6861168d7bfcf34d5e8544ba8fafd 1.00 MB 2,509 2
615,729 615,729 000000000000000000047858b9d5736b85c69382afd5ed6976854acede85a403 1.33 MB 3,095 20
615,728 615,728 00000000000000000005a1821daaab2bf8b94ca60b850ee4ba29a49834c9ad4f 1.32 MB 3,343 9
615,727 615,727 0000000000000000000e3994f4c13faaa52b73d79d84401197d74859b6053ea9 1.37 MB 2,755 29
615,726 615,726 0000000000000000000cd420edba8b48a5868f19fbc406f37553df610449ce9c 0.07 MB 182 15
615,725 615,725 000000000000000000044d9385a1d850c9f5bf2927d7d83c8af7b81f57ce994b 0.10 MB 329 8
615,724 615,724 00000000000000000003413c79209bb93e7164f82058fc6b92e61978c804a04b 1.41 MB 3,532 6
615,723 615,723 0000000000000000000b4cf7b23b50c5ca690d85eb1dcc6e9e964a67853e348f 1.32 MB 3,179 15
615,722 615,722 0000000000000000000c50ce0f3d0abcae60a658e3d9e42b66744e52117761cb 1.22 MB 2,980 12
615,721 615,721 00000000000000000001408b236001ef5c5f889dc2f467f0525ee0533f072537 1.30 MB 3,173 18
615,720 615,720 0000000000000000000dc372efc43df1a3cf8c1542b999a3a7e5c0e367fc924c 1.30 MB 3,416 12
615,719 615,719 00000000000000000001f38845fcb6a0c529724a3f96fa39fd38f0276804ba06 0.82 MB 1,615 2
615,718 615,718 00000000000000000006fcde369c63b6f757ccc2e61aee302e09982646780f13 1.32 MB 3,226 16
615,717 615,717 00000000000000000010147f3f358a7b0c3a187d1f0270a741b49e3124892aa1 1.14 MB 2,544 6
615,716 615,716 00000000000000000007c7487c4c80d1a6932b12c1cbf77bc053cf3787e78626 1.33 MB 3,295 18
615,715 615,715 0000000000000000000102a9ea7090e7189e469176f5f400d03397beecd6233a 0.58 MB 1,425 16
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.