Memory Pool Memory Pool Refreshing

3,344 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 3,326 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (19,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,469 888,469 000000000000000000009d491f536531266a414eb9f9ddb45baadbf5bec24215 1.57 MB 2,682 4
888,468 888,468 000000000000000000014496c4cedf0e53a1d6c74b1a6a7166698de0ac5c9d17 1.80 MB 1,365 1
888,467 888,467 00000000000000000001ef6e701b4c632fb92f53dee4e86a3e5ba7311ef5e8f5 1.79 MB 4,499 1
888,466 888,466 0000000000000000000126facb01cc5eb83f763f455d31480f5dbdee24d05005 1.76 MB 4,810 1
888,465 888,465 000000000000000000002a1f85890c32bb41e74b58f29d9a80b609311b749cf3 1.44 MB 2,758 1
888,464 888,464 000000000000000000001db8d5046f78af06a941361862d637ef7c066d7a62c6 1.47 MB 2,496 3
888,463 888,463 00000000000000000000c9b43bcabdb0090376d569fb0c44ab0d22b1e6931836 1.63 MB 3,308 3
888,462 888,462 00000000000000000000758296d07aa2e114ca89df0fffe5b6dc95884aecac9c 1.55 MB 3,899 5
888,461 888,461 0000000000000000000068df319242f392a5d090600e3eab13b60308302e0bc4 1.99 MB 1,687 1
888,460 888,460 00000000000000000001626c760d25bf0d6a42c6b23de1b11a892253e4d3c5b7 1.77 MB 4,400 1
888,459 888,459 000000000000000000011fb3b789faa2b345012298821e50bb889ab97c59e303 1.80 MB 4,809 1
888,458 888,458 0000000000000000000006b2c76dfc12e257091d3cf33836dff612c65e8c3cb1 1.31 MB 1,931 1
888,457 888,457 000000000000000000017bd355e90dae883180c45b6e4db286a2127687210de3 1.15 MB 1,071 2
888,456 888,456 000000000000000000014350fda46892a0faadf819b0ff970e0444d64e3fd930 1.35 MB 957 1
888,455 888,455 000000000000000000009b63eeeb166d6831ae67c2ffd59ba5a8aeaafccfab42 1.71 MB 2,053 3
888,454 888,454 00000000000000000001243c6f299c0a2f669ef83146563ee2fff56325a65497 1.68 MB 3,715 3
888,453 888,453 0000000000000000000060ff79ad38722963467a021a8a19710625ea1be3461c 1.51 MB 3,217 5
888,452 888,452 00000000000000000002435644b9061129cee769cb23e12aca468f231097069b 1.39 MB 2,172 1
888,451 888,451 0000000000000000000235f5bf801eb3604ef1a89da289478c27d0d978fff6f0 1.73 MB 2,372 3
888,450 888,450 0000000000000000000207a9694330c84304c82b9dfbdf738fceab2fb0574728 1.58 MB 3,471 5
888,449 888,449 00000000000000000001098619bf48a47d71836cea447a1cbb29831615cb21ac 1.54 MB 3,685 5
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.