Memory Pool Memory Pool Refreshing

2,763 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,763 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (41,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,339 866,339 00000000000000000001dff9680a39fcf967e32e60841faf1d7ef433ad2c8890 1.46 MB 4,714 7
866,338 866,338 00000000000000000001ac445df816c594fc2865ae48484204aa8c404c720314 1.52 MB 6,842 6
866,337 866,337 0000000000000000000012b6cf1cb7b524ef17b81eb001c6ba90e15911be24f3 1.60 MB 4,870 7
866,336 866,336 00000000000000000001e0a44728e66ec66e1d63a13f635232e6249c1abed498 1.55 MB 3,310 15
866,335 866,335 00000000000000000002888ec96b2610f0daf3ef62551d820490da42fd2eedda 1.56 MB 5,966 6
866,334 866,334 000000000000000000004d6382d563b8464afb8d115b6aacd23aa90b6248f0c0 1.51 MB 5,770 7
866,333 866,333 0000000000000000000065ba007a9711033c29d66e4ce2fc2157abc59e3f7325 1.50 MB 5,898 5
866,332 866,332 00000000000000000002e496e8b51a3428302a2bef9ec58dd42722ec3148e63b 1.50 MB 5,434 11
866,331 866,331 00000000000000000001517a27418e86a4e1280aa061deb8d5a603c308b32eb7 1.58 MB 4,923 5
866,330 866,330 00000000000000000000578ef355c5c4f170bb7e3ecb07a489807af950ba5f35 1.60 MB 5,695 7
866,329 866,329 000000000000000000012f3d8c9cad60c62d09fa76ecd8485fe4d959d87fc3f4 1.38 MB 3,657 8
866,328 866,328 000000000000000000016a8130f42d90587f5d22713a11b25aaf2234773bb845 1.48 MB 5,495 8
866,327 866,327 000000000000000000001b0969cd03b2a74846d519f6e187d7ca116c2025ca6d 1.53 MB 5,722 13
866,326 866,326 00000000000000000001cd47365edb719a262115f40b5b9f63ab8a1e1b2a4187 1.60 MB 4,436 18
866,325 866,325 000000000000000000020fb3f3c4d3b5fb46af9e2589237ff072880420e231f1 1.51 MB 6,356 12
866,324 866,324 000000000000000000001367fe8444ebb7962011dd49a9adb112c42449f8af69 1.56 MB 4,549 14
866,323 866,323 000000000000000000028cee397e2961bb09c87ee8ae6615381a252165ac0342 1.48 MB 6,068 6
866,322 866,322 000000000000000000002b035c9d743e5ce2d9b44c061654d2abea203222e855 1.51 MB 5,485 7
866,321 866,321 00000000000000000002b29f84cd1b06cc094837fb0ad46084ad8884be2978ae 1.49 MB 5,292 5
866,320 866,320 00000000000000000001e8c545d8b42b2eb37c77c5aac9db11cbbf427eeea850 1.61 MB 5,847 5
866,319 866,319 00000000000000000002132bf997639d6c632ed08a79d08d739ebc0734a363a9 1.64 MB 5,099 7
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.