Memory Pool Memory Pool Refreshing

1,033 transactions
23.18 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,314 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 804 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (812,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,418 95,418 00000000000447c72d2f88847ccd8291cb25fc55366f9d4e923ae2dd420b362c 0.00 MB 2 0
95,417 95,417 000000000003ce0a27c4c9b9e6326805d3eb07fb1e8700a44dfebf93e45492da 0.00 MB 1 0
95,416 95,416 00000000000071085558b9040ff4d562b7c1909802a4ed574946cf749bc13b0b 0.00 MB 2 0
95,415 95,415 000000000004515c40d5e005f34bb25abfdf0b93823768e4a5b4492af515534f 0.00 MB 1 0
95,414 95,414 0000000000061d693a33eda5b410918ca9ef17c951913e2fcfeb7dae47e93f3e 0.00 MB 1 0
95,413 95,413 00000000000489a48486e5a3be3138e08166a007df5c3e54c3d46725422e9602 0.00 MB 2 0
95,412 95,412 0000000000062fb4d8ba3511f8b89cc34ebce6ca08cf5c78c2fbea5912d081de 0.00 MB 2 0
95,411 95,411 000000000005970b0f1f42e8d61c1352d570b32474daa60f2405a1504cf63df5 0.00 MB 4 0
95,410 95,410 000000000000d176992931d30807b1ca85dbb6429517c59403f27dd3ee94b326 0.00 MB 1 0
95,409 95,409 0000000000019d8e165e34d34c3b0f9df789b1d74ee1fbc7830b51a6b217c004 0.00 MB 1 0
95,408 95,408 000000000003515f4fbeba9ea02e359ff268f90b92326432753ca4a6aa2d1080 0.00 MB 1 0
95,407 95,407 00000000000704547949345cb7283603a5a821cde2241b7a3aa5fde40ccb77e1 0.00 MB 1 0
95,406 95,406 0000000000036a921bd3d2ca607bfc6bd932fe98c655c82c3999f52bd5ca1d7b 0.00 MB 2 0
95,405 95,405 000000000001361df649b80f9c4d5a8a4e25bbd0ddb2f7110b216efca89b4947 0.00 MB 3 0
95,404 95,404 00000000000339072e67d9c5409ffbaa29448b136910b30f6efd753bf088f1dd 0.00 MB 1 0
95,403 95,403 00000000000634d7ada6c08cd760d2c6929c374809442940451a399c1d2e54c1 0.00 MB 1 0
95,402 95,402 0000000000020db3ca001ae11bc22bf84facfd01f000f15a67ddfd5cb648c072 0.00 MB 1 0
95,401 95,401 000000000007dd187635b285ffc8eebac528e90d8988c590b63ad50c8be1fec8 0.00 MB 1 0
95,400 95,400 000000000005c084ff8153efdf67c261c5e122d322bd59f7e80b89010a37e85a 0.00 MB 1 0
95,399 95,399 000000000004ceedc5e5866f8275329d9db5abd114f2e0edc4b1bc98d2e5c588 0.00 MB 2 0
95,398 95,398 000000000004cfa209044280001438b74aeda3d9efd59029976ce7a855d7effa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,698.90 GB sent, 98.60 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.