Memory Pool Memory Pool Refreshing

291 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,671 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 289 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,670 (850,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,534 58,534 0000000002a29dee4b904cb6f4ce11e0c756a07b777ceb51d04820a0d40a035f 0.00 MB 2 0
58,533 58,533 0000000002736b0d3df1340bd5fea2af49a82c5fcf37c9f5bb4236775177bada 0.00 MB 1 0
58,532 58,532 000000000f2ed5fc61dac24a96a7ab6dc5dc731839608a71fab037ae3a41c15a 0.00 MB 1 0
58,531 58,531 000000000afbc0f136312f8b81b2776991a8bc82d3c00a7b7ee6dc028adaeb17 0.00 MB 1 0
58,530 58,530 0000000003a153432f2dba395fae6d794a4525b1252e30f6158772d9f60592b8 0.00 MB 2 0
58,529 58,529 0000000002eced42c7ca256fde81bb34147868d7b3f7a590af0ab3480f7a7fdb 0.00 MB 4 0
58,528 58,528 000000000b03f7eb38eb2597a650c321a435739b64c7ebc2ee8e95a9e6b4424f 0.00 MB 3 0
58,527 58,527 00000000008409ce7f6e091eebd278b9a919e9a5d4ab1cd32769e0ee88fd6f18 0.00 MB 1 0
58,526 58,526 0000000001f3ab5e1b9ce4e5027e31f6483005d0cf30483e9b89dee585d4e60f 0.00 MB 1 0
58,525 58,525 000000000b6235394a379bd21eb6ed90d14a8ad6ce850d8d17d9a7a67f3b950d 0.00 MB 1 0
58,524 58,524 0000000008abf17b48be3fe78b1fa3dc8dbb1af6f0dd6c3491a2dd6a76186b67 0.00 MB 1 0
58,523 58,523 000000000ae49735c08dd9fc77471b6ee773ee92d67201c635572b5b07dc9c35 0.00 MB 1 0
58,522 58,522 000000000905259255162fda917a920e236c012aef079bcd2f98b94e090e7ae8 0.00 MB 1 0
58,521 58,521 00000000026c9424450c098d7f9d313f0227215b73696db570afb5f3e5b2749d 0.00 MB 2 0
58,520 58,520 00000000051ff71e04359870c8caf09690b0b9e52b0e0f7e05bd29f86dc5ce6c 0.00 MB 1 0
58,519 58,519 000000000e26870819240639177869151afcb773083d02983e29b8b005ff8851 0.00 MB 1 0
58,518 58,518 000000000e02695aba5e6bc00e6531e1c23f1d4a887f531d05da42b6c8fd05bc 0.00 MB 1 0
58,517 58,517 0000000006bf37846cf763997c8cb6a9786c61fff3256b4a6a07d772e057f9a7 0.00 MB 1 0
58,516 58,516 000000000f02a8c52df9709272b7339b88a4dc57ff378a4dcfbde3099f2053d8 0.00 MB 1 0
58,515 58,515 000000000b4168586a8dbf0fb83f049747e8df1305226b9d95cdc0426639b33e 0.00 MB 1 0
58,514 58,514 0000000006a1da53fc19bfe21cd5deda625d2a3f9ba94c18c614c6e9545fc619 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.94 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.38 GB sent, 101.66 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.