Memory Pool Memory Pool Refreshing

10,107 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (547,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,505 360,505 0000000000000000048d18cfdce29576df910f42aa74f1352c1bdaa584363d59 1.00 MB 1,448 20
360,504 360,504 000000000000000012fa5b5eb14860eefd582dc58c147f023829abbf4467fcb3 0.75 MB 1,967 36
360,503 360,503 000000000000000014de227556b44713d206a3dcc76717364adbd956a906d481 0.75 MB 1,511 33
360,502 360,502 00000000000000001109dbc4d706970718a5b7b50624ec4cc95c5b64653a3df4 1.00 MB 2,894 47
360,501 360,501 0000000000000000022ac4e015c2b9672a23fbc70c294b1b5bb397df3469b656 0.39 MB 788 24
360,500 360,500 000000000000000008c046a2f5189c5081e76184a31609fab9d2383161d14f7e 0.14 MB 239 20
360,499 360,499 00000000000000000d662b96373a08c04d08027974fd8233ddbee40b0b91a687 0.53 MB 1,023 27
360,498 360,498 00000000000000000e158b95a6daa18ca72c779586f7d08c03d9657962e9e3bf 0.47 MB 754 29
360,497 360,497 0000000000000000078cab793f261a38ec305a4efeede4465cb2e30307e6ab17 0.70 MB 1,337 25
360,496 360,496 000000000000000005eed3083fdcca54632e25ca6fb48d419c1ebfa1ba3a209e 0.75 MB 1,816 35
360,495 360,495 000000000000000010b31bf095de171689c316ae3d2977a3722c8f0d713b5796 0.72 MB 1,514 31
360,494 360,494 00000000000000000ad9aa755730c1f32dd1e8b025f6a3fc5e3d232d3fc69303 0.22 MB 475 28
360,493 360,493 000000000000000005bc35f51ece310abb37134b468c41ebfc9dc927f509113c 0.39 MB 781 25
360,492 360,492 000000000000000016d74f2f23238f2c613c9a38480b86636e572e3352b8dec7 0.00 MB 1 0
360,491 360,491 00000000000000000437e442c7552eea7abef8a398471f7f2a797efd869feb9a 0.00 MB 1 0
360,490 360,490 0000000000000000036c17c91f9889d5dc60b24b83d7bcc46c448b790bba2504 0.70 MB 1,318 28
360,489 360,489 00000000000000000ceff3062b45ea3dd6ea54f6589620a8de175fbaef3d1ae2 0.67 MB 1,201 27
360,488 360,488 0000000000000000003e28d081d99a312e01cdb5153b28a1e70bba76c52dc9ba 1.00 MB 2,175 30
360,487 360,487 00000000000000000e9395cab5a2016976fd86c1621d6655bcf878d17632eedc 0.46 MB 903 25
360,486 360,486 00000000000000000a90ea1946b99c84c60696c0cea379981e16f99447731b4f 0.80 MB 1,634 28
360,485 360,485 00000000000000000ab3f1a587cede55da761026f74a78f915008d3b71ec3e81 0.15 MB 323 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.70 GB sent, 93.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.