Memory Pool Memory Pool Refreshing

1,811 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
899,769 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,502 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,768 (3,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,407 896,407 000000000000000000025337bf0ee03dfa5dd117f7e241fe1d49a8753e87561e 2.98 MB 1,231 1
896,406 896,406 00000000000000000000c387db554b194bf02b8147e1cf38240f39eeebdcebdd 2.81 MB 1,435 2
896,405 896,405 00000000000000000000c494ad756586377d115e590d27bd34a839b498e6a71e 1.67 MB 2,765 3
896,404 896,404 00000000000000000001cf1d3871c9636c7a8a5e7dfff4b7f5730ff28fde13c1 1.72 MB 2,679 3
896,403 896,403 000000000000000000016f23b318698513384c78a9b96fc6ddfbad9e654a4f6b 3.68 MB 116 1
896,402 896,402 00000000000000000000b28ecdd37363356e3a4d4af7b3559c453778c07da865 2.22 MB 2,531 2
896,401 896,401 0000000000000000000042ba25df6a00283a89a674d415f0bf67d3eca03de8fd 3.35 MB 546 1
896,400 896,400 000000000000000000009d0ca5e4c0f2ac8ec7ee60c08a3c4880e401b6bf7101 1.61 MB 2,675 3
896,399 896,399 000000000000000000001d0e7eb4b62de1a9232b55c977996d0f688591efbcc6 2.17 MB 597 1
896,398 896,398 00000000000000000000f9d397419c9148a12c430440ed8e1b8c72b23a300d9d 2.06 MB 251 1
896,397 896,397 00000000000000000002007353da5a2e6d98b9cc2853d40201a4c583e7122a7c 1.63 MB 2,194 1
896,396 896,396 0000000000000000000191f1072ff3e927b8005613603c84f4c8de151c6e9f03 1.62 MB 3,194 3
896,395 896,395 000000000000000000019e381644db62c07554957fd5f1aa988738f71ebac772 1.69 MB 2,759 3
896,394 896,394 0000000000000000000114df3f0b19cd0032e814501f76c2bf67f8ae70fab3e6 1.52 MB 2,548 3
896,393 896,393 00000000000000000001881495eccd9192e466e6e2cd5359c067818f334afbc6 1.65 MB 3,163 6
896,392 896,392 00000000000000000001a68b1e00ffbcb23628c0c66380c9758d42824c28db55 1.60 MB 3,634 5
896,391 896,391 00000000000000000001159155380a56f359555670706dcbdf056721ebcf84a4 1.71 MB 2,976 2
896,390 896,390 00000000000000000001332d30a69a5c21659c293f6622b3a41c3dd3f96c2f71 1.59 MB 3,531 7
896,389 896,389 000000000000000000018fc8022a09c9abdd87bd02606b6f86b99a3766c7fb48 1.65 MB 2,894 3
896,388 896,388 0000000000000000000124a51c25e58fd1df5ae05a8522ccc6573796e399aa15 1.62 MB 2,932 17
896,387 896,387 00000000000000000000b76aab4f8011db7f725353c973af2445f6c29aa6d340 1.63 MB 2,565 3
Previous 10 blocks ↓
Total Size: 755.59 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: 530.23 GB sent, 26.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.