Memory Pool Memory Pool Refreshing

4,690 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,440 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (219,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
688,244 688,244 0000000000000000000c211bc054d3e51b2c589958798ddaaa594602716a12af 1.21 MB 1,376 17
688,243 688,243 0000000000000000000cfd78993e62b281a98d23abd5a9b6f4781c9e99d9c976 1.10 MB 620 16
688,242 688,242 0000000000000000000c4c97eeaca1e04ee1ffe1e6a5080ea0cb3e55bf2c2d1b 1.19 MB 1,131 5
688,241 688,241 0000000000000000000066fcd2523172611d3a193f5791a9bf0e1631be363890 1.09 MB 570 12
688,240 688,240 00000000000000000004499bade871a9138c3f7fa7a6a9fbe615f98a7dfb3e0b 1.29 MB 1,800 17
688,239 688,239 0000000000000000000771a60dbbe373254d2147d0ef4483b0d98ec50b0870eb 1.34 MB 2,363 51
688,238 688,238 0000000000000000000449adc09da40dd81e7d9283db33253b6b2d6609615a01 1.11 MB 680 8
688,237 688,237 000000000000000000001d133eb45b46e25055e8f3ecf34c686257a4c878978e 1.07 MB 578 12
688,236 688,236 00000000000000000000a3ce2adebeb9209cff6840f8aefd37d675fd1a42aeaf 1.14 MB 971 14
688,235 688,235 00000000000000000008a91befd22c7cbd9c7fd7b032cbbae2e1cb3265cad625 1.05 MB 311 5
688,234 688,234 000000000000000000038a787d97af3fe50863c712b9c6f194dca8c90bf88030 1.26 MB 1,861 21
688,233 688,233 0000000000000000000b6f8bef16a2c2a8517736402f7b7709cfbffbaef15596 1.05 MB 572 6
688,232 688,232 0000000000000000000434550d28923d4b33b1297ee373b94f9cf728cf9a8802 1.13 MB 733 11
688,231 688,231 0000000000000000000c67293ab4403367ba0d36009e1cb26267260986ab3811 1.06 MB 335 7
688,230 688,230 000000000000000000017654bc1f2979b5de30337ff78c7050be22bb67e7a728 1.45 MB 2,129 10
688,229 688,229 00000000000000000002ff25e9f9d42c55b7b95f17a9e4938c959ce8a02d48bb 1.69 MB 1,360 27
688,228 688,228 0000000000000000000c922084b1b76b2c175c3d53d0e012ade584fcd8e0ddbc 1.10 MB 916 26
688,227 688,227 00000000000000000003e2b1ceb38944ea60a12a005d4faa522edd3e5f844bd2 1.33 MB 2,359 59
688,226 688,226 000000000000000000049a68e9df257cc70b6215f329f9f762daaafcc00732aa 1.07 MB 437 6
688,225 688,225 00000000000000000000a9ad81a4c9d348730b7d8489f2133d2e45f413633439 1.10 MB 870 9
688,224 688,224 00000000000000000006289ecc49ac99a721d44425ed28e0c279b2bcb1006c8d 1.22 MB 1,369 14
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.04 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.