Memory Pool Memory Pool Refreshing

14,282 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,168 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (601,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,587 306,587 00000000000000000786f13fd20317df2c6175e2ea2702362c6b61ac60c80777 0.03 MB 24 15
306,586 306,586 00000000000000003c6525d95dd9efef59f8e9feddad8820bcac9b12df2a80b9 0.06 MB 85 25
306,585 306,585 00000000000000004117997187b7577fd4e870eec6cde1e2d081cdeeb962ab05 0.05 MB 14 13
306,584 306,584 00000000000000002bb9c1062c42710ee2adfde04f2ce7e82433bba46c49658c 0.00 MB 13 28
306,583 306,583 000000000000000047889ef36e48a8cb29843c70b3b3a07e172339efd9f23bbb 0.21 MB 356 27
306,582 306,582 0000000000000000006352e00b8715d17abf0d5876ad08a362a1a45d71881910 0.28 MB 500 33
306,581 306,581 00000000000000000dd892bd636902e2d2eb868697e629d6e0f23fac96f368f6 0.39 MB 755 34
306,580 306,580 000000000000000035a573ce5ce555946c198cbe308c978072f76d6799b4a474 0.02 MB 68 31
306,579 306,579 000000000000000040117751ff29d5b2a29162561e1bb8a1816dbee0f0af77d7 0.20 MB 310 27
306,578 306,578 00000000000000000c7a3b9b291d937ad142234c949ba01f201c72081884ee00 0.32 MB 412 25
306,577 306,577 000000000000000026f47322ae1d34f755358ba9c5c74b5da6f29c8d0bfe5ed2 0.50 MB 1,115 35
306,576 306,576 0000000000000000237100ab029b9f77ba44759efa41b613734730526bf9a1d9 0.06 MB 115 28
306,575 306,575 0000000000000000019798f205d6de8db297ee9ff5730c4fa42a21766a2b7f85 0.36 MB 494 23
306,574 306,574 00000000000000002711aec64c8dd9b09483217940336818899370282516879e 0.35 MB 493 20
306,573 306,573 00000000000000000b79ffe1a36e1bc15eb704e5f5b265d3d6af1c9e34fe06d2 0.35 MB 1,009 52
306,572 306,572 000000000000000007f71e772db9f74b60568caaeacfdd55951d08ed76277428 0.10 MB 68 11
306,571 306,571 00000000000000000cc1074a7d52ba5b11a051124d7e6a79bb15856a7d7ffe99 0.15 MB 320 31
306,570 306,570 0000000000000000078b66f3b9794ee49170364c676f453d15ed97548c2ff6fd 0.12 MB 191 24
306,569 306,569 000000000000000027cbcb27fd5b0478c3b02608e8dcc9a5ec57b93d45725a14 0.25 MB 402 30
306,568 306,568 0000000000000000236845c8e52c376b6ea915c7481ac96cfe110a205a528856 0.04 MB 68 18
306,567 306,567 000000000000000040eae89bc981f4caa9505e06ee4497a376e17d70922f7a22 0.35 MB 439 22
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.