Memory Pool Memory Pool Refreshing

11,334 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,232 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (13,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,581 894,581 0000000000000000000237eadb921d7623f9ea277b5351568fce757701118d89 1.09 MB 246 2
894,580 894,580 00000000000000000000bcecc8a784a60554733ba140f8c3237d16f673fc8617 1.08 MB 343 2
894,579 894,579 00000000000000000000b417eaf1b6d670fdabb4996d8902f8ea05aafc88d158 1.16 MB 1,066 3
894,578 894,578 00000000000000000001d5d03b3c1fd9b132386ba6bc10e577d41e29eccad564 1.18 MB 1,000 2
894,577 894,577 0000000000000000000161d43db00bdddec044443b20f081556520ac46c738b3 1.42 MB 1,709 2
894,576 894,576 000000000000000000020cdf2083beb6fae8e9e5ea05007778a60fd8c248f0e6 1.63 MB 3,871 8
894,575 894,575 000000000000000000012b9455697b67f6469051f2eece0b6f4056ba303552c6 1.37 MB 1,560 2
894,574 894,574 000000000000000000017b810e77c2278a2ba37984e07f20001df2b170d1f953 1.68 MB 2,768 6
894,573 894,573 0000000000000000000239f76d231d355040c5e2b72f9534d003c5863d1766c4 1.19 MB 222 2
894,572 894,572 00000000000000000002227cb94a0ff5043f86ea0c03f3f87492062ad0f777e0 1.44 MB 2,454 4
894,571 894,571 000000000000000000013dd25794648c45ef3f642e723789bc7a012755ed4c14 1.71 MB 2,319 2
894,570 894,570 000000000000000000013efbc7436318e37aa86fb77ce62989a91dced9edfa4b 1.72 MB 3,240 4
894,569 894,569 000000000000000000020e129c0aa0a33da16732ce376b30a171a4d57f46d24f 1.65 MB 3,522 7
894,568 894,568 000000000000000000018be01642d973d9d30e5af192148fae8179a46a0043b5 1.58 MB 2,856 15
894,567 894,567 000000000000000000009c8d9dd1273002eba0a5efa6a56c1dd7f2b99b02a2d7 1.66 MB 2,855 4
894,566 894,566 000000000000000000002b87810e637691a66388ef5ec6d43cd9962ed4cedcff 1.64 MB 2,967 10
894,565 894,565 00000000000000000001ef3078302237736286d4bc595f8f88184b58a63cabf1 1.68 MB 3,572 5
894,564 894,564 000000000000000000017110f9cf844dcc7fd88234120fa54a5eed76e1d4d149 1.58 MB 2,926 5
894,563 894,563 000000000000000000015def1df4c9b7a43a95395051c8ad1b478de7810b6a31 1.69 MB 4,054 3
894,562 894,562 00000000000000000001bfc3ed8979ca03e32ffe8598adf094d29f3ddeab285c 1.74 MB 3,188 6
894,561 894,561 0000000000000000000017b626cbcfd819f4e4a44df87dcaa1a05c6f4dfe891f 1.82 MB 3,635 7
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.