Memory Pool Memory Pool Refreshing

3,392 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,441 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (646,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,399 261,399 0000000000000002218e3f922c50c9d72ca4270d98db2032291c2e2355e723c6 0.02 MB 40 58
261,398 261,398 000000000000000d47bcb75065c5fde2d9f33630a29c70f6312ca492d55bdca4 0.14 MB 301 93
261,397 261,397 000000000000001b9f864a82dbc81da7ce86cae08da629b0df9f0c7e24529573 0.30 MB 638 124
261,396 261,396 00000000000000044994920496bceda8820a060c3ef3c135a1c4b4f025b687c7 0.14 MB 255 107
261,395 261,395 000000000000001911fb610271822ff75b42b06606bfd763bf7fac67edd883fa 0.13 MB 291 121
261,394 261,394 0000000000000010f2bfda0bbf96de376f9671c218b0b83c51d816abe523e72e 0.10 MB 224 110
261,393 261,393 000000000000000391b2c7b58fb24e6f24c25b5e371026b5433986691b5c01f6 0.15 MB 116 26
261,392 261,392 0000000000000001a928c1f42ff1a57bcd20162289b116a08fa3238b1b7944ab 0.09 MB 189 108
261,391 261,391 0000000000000005feb771ed888cb0dffc0c0f424bd3b499503d3f9a10a6a894 0.13 MB 290 138
261,390 261,390 0000000000000005e792544519d7aa154505628f6f4aa1f4b6e7632bbfa32e50 0.02 MB 44 84
261,389 261,389 000000000000000743ad1b9e692f34e0c17c1c649b99bcd20946702274714aac 0.10 MB 194 104
261,388 261,388 0000000000000009e1e44db4e0db98681574d6c9149ed1d9fbecc79df478860f 0.09 MB 227 108
261,387 261,387 000000000000000232a13a6131fcb107eecb6f66679feb96e1ca0fb8b1c599de 0.15 MB 319 107
261,386 261,386 000000000000000fea2eed41ed02f556a566db8016e4028e5c11213f9dd5cb93 0.26 MB 501 115
261,385 261,385 0000000000000012191cb6726678e1529a6fd1e0cd2a39412ff4c3b9c84f026c 0.15 MB 247 84
261,384 261,384 000000000000001b07cd6f46f8a30c0980b5025272a272f209418aea28fd48b8 0.04 MB 100 84
261,383 261,383 000000000000001b71ed869d286e546d700b042b2a5a79e60fef3bcdb65e479d 0.18 MB 450 111
261,382 261,382 000000000000000e2ec32e9a50fd1df1c65df07005b5f8a6a3c062f32df46f98 0.01 MB 40 30
261,381 261,381 0000000000000015749d41ab51d59f17056f1abd4c8facbb78e48edd22e40cd8 0.25 MB 558 88
261,380 261,380 00000000000000078c2ebd7a672b7f6e80a54580a99292142b2f256cef8540fb 0.15 MB 123 35
261,379 261,379 000000000000000999b8e6a032503690f0982fc81448f29a061bad55f290b2e9 0.12 MB 245 57
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.