Memory Pool Memory Pool Refreshing

3,431 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (903,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,457 5,457 0000000010a507c16fe49a0f1c49913a77e503574c7cfac13222362ee6ef4f8b 0.00 MB 1 0
5,456 5,456 00000000a41d7cd90863e72b25cb473115c90bdc839059c24d4b9418aeeb2238 0.00 MB 1 0
5,455 5,455 00000000c195cde16f3dbf9f7c65976e9225e500a92d285b052d027556253519 0.00 MB 1 0
5,454 5,454 000000002e4f27548475b3bd6dc3542ac929d369f453181bcdf0035b11cae813 0.00 MB 1 0
5,453 5,453 00000000bd6d764b38bc485d7fba1aeadbf2448958671e2580a44d45c731d023 0.00 MB 1 0
5,452 5,452 000000009c8ecb0f1e1cadf36f26d60d2d5399cd5cba41146e0b5cd2a5ab9730 0.00 MB 1 0
5,451 5,451 00000000e6b85123ef8a72c3001c72a9b003d858acca502f66c0fee3e3f4cccd 0.00 MB 1 0
5,450 5,450 00000000ef6abf5bb17bcf59365ef8b783e18fc7dd5bcb44340b2e710125d9c3 0.00 MB 1 0
5,449 5,449 00000000eaeca7cc08894da9fcee0099c1919b82ab34e85727c5d067ab49ca2e 0.00 MB 1 0
5,448 5,448 000000006e2cdfb59cc84c13fddbd10fa679b9e9b31e8f1d3a26d7352a24def9 0.00 MB 1 0
5,447 5,447 000000007e76d84300c766bea55f3e03cfcb31778a0a254a25768ee515ad4e88 0.00 MB 1 0
5,446 5,446 000000001d0d45fbf714cf0679297441051d6c402036136ebeb00e5a8f2af262 0.00 MB 1 0
5,445 5,445 000000003c8d8cb307a03bdf650d2a59ed936acc392a4043eaa9a1a01d459c78 0.00 MB 1 0
5,444 5,444 000000007b1e802ce144540363a4ba736f619a0294c8b3e603758edef3d3dfc8 0.00 MB 1 0
5,443 5,443 000000000ca7ece795e557a276b5fba01e25f6072025289d90a1d381fff8d261 0.00 MB 1 0
5,442 5,442 00000000ba6e6134d72a12c5c3253823f3a8428d2bee15f3dbb1b530223b3170 0.00 MB 1 0
5,441 5,441 00000000ed6673488f06a571ff3a22352bc6e713f88958bc178d3766f067862e 0.00 MB 1 0
5,440 5,440 00000000bb8f23edadfd9aa1a5b30c8de4379646000e61b1f35daf1f16eba782 0.00 MB 1 0
5,439 5,439 0000000004b8ac72396dc937b7e1ba3153917fcb0139b6896150bc4885c556a9 0.00 MB 1 0
5,438 5,438 0000000071e1202e62f5d573f368c359d9bd5bde89e336b78e169ad738fb776b 0.00 MB 1 0
5,437 5,437 00000000e1b8efb1cf4cad378aebbe85af2b468cb3546b469b82864c99c15551 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.63 GB sent, 101.73 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.