Memory Pool Memory Pool Refreshing

55,342 transactions
36.86 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,728 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,551 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,727 (697,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,450 178,450 000000000000090f854b6487d3123f4ab3254778d0ec71f7b1e3fb982fd211c3 0.02 MB 38 82
178,449 178,449 0000000000000abb1313704917bec6ef451973e7a3368f9ec7727e87924ae5d9 0.01 MB 35 222
178,448 178,448 00000000000009516e4b19f795a54c07669431223ffe3e814ae27a6984f43a19 0.05 MB 162 74
178,447 178,447 0000000000000084f3f69deadc308ff5c3e418217d13796c03f754c70b0f9e5f 0.00 MB 11 92
178,446 178,446 000000000000044d2c468b3d7d089d33fc0e5ca18e16a99d279632b63c5472d2 0.11 MB 214 149
178,445 178,445 00000000000007280092375a2ddc030bed135b3284f980b7bc89ff0fd2cef08e 0.02 MB 57 147
178,444 178,444 000000000000093740457690cd011cdd98c9a03d29e828c89656546f4a3163d2 0.04 MB 138 5
178,443 178,443 0000000000000103ec5555a4518fed96d5087bfee179f602d2c826c3a7b38866 0.02 MB 49 64
178,442 178,442 00000000000001b243d33c7bc849f57e94bad63e35d98b138284b312782c8237 0.05 MB 113 109
178,441 178,441 00000000000002fb90d3166035b955b8dd2ed49f2b1dd414b99dd09d95af1e40 0.03 MB 61 38
178,440 178,440 000000000000090a21eebaadee31d07143a0fed351845c9def51b47dfb0397b5 0.01 MB 14 401
178,439 178,439 00000000000000d412c4e207ec2c4a5a049865a9cdfb78411a8555cc297bccd9 0.03 MB 53 55
178,438 178,438 00000000000000cc409b29035a59d430d39cc9d374a440a773ea5cc2d4374846 0.01 MB 15 37
178,437 178,437 000000000000093d55655c0fa9429415c15311bc397da890161b087fa4f833c7 0.01 MB 18 46
178,436 178,436 0000000000000779ce47937ff7b0fc2c6ae7ac6b5fea693056c74bc0571ac8c0 0.01 MB 16 20
178,435 178,435 00000000000009e5f725581d04bf23e23858c69067eb7d5c317dbdb5c03cef76 0.03 MB 17 3
178,434 178,434 000000000000054a16248061b46f28909cd0527ac5d67a831a31f7a3898a1a10 0.14 MB 267 486
178,433 178,433 0000000000000ace0010c738abb461b3e53741a7f0b28a7044e050e9d72b8199 0.01 MB 22 121
178,432 178,432 000000000000036161c983e0f5e9f8cb6f28d5917f2b5b80af19e290b5d0b51e 0.05 MB 150 98
178,431 178,431 00000000000001e97431959e87233b28e63812966483fc55a459d4322f8d8f0e 0.05 MB 116 139
178,430 178,430 0000000000000a42d2abcdcd08f3b0424b5ee673a7e987622bc824c11f8fcd10 0.03 MB 61 75
Previous 10 blocks ↓
Total Size: 709.98 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: 629.29 GB sent, 12.27 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.