Memory Pool Memory Pool Refreshing

5,187 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (718,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,940 188,940 0000000000000954bd95fb852d0e1aeeaa510dfcf28e2cafd0d743e13387d4ea 0.05 MB 138 46
188,939 188,939 000000000000016faef9a3f8ebeb6d4c582006199b021b028663e5a1b320933f 0.00 MB 8 14
188,938 188,938 00000000000006af07dd41f447252330d0c1548b390de6d14ea210c80519795d 0.10 MB 148 73
188,937 188,937 00000000000008a65a78d6b29162d8bc39473c053edcf709d7d874c84ea01b8c 0.09 MB 187 119
188,936 188,936 00000000000001e4cee1f8f939b18d5248f367397ec5ec7ff8cf240cfb669ef8 0.04 MB 86 64
188,935 188,935 00000000000005b379cab1a38073cd471db511c7e83ab2521856fee58e858270 0.22 MB 523 149
188,934 188,934 0000000000000013348c194172b66d6c771b5a4903236408f492a76c93704831 0.00 MB 11 0
188,933 188,933 00000000000007573543c72b0c40ac2f356c75163c8ca085d80d8ed0695865fd 0.25 MB 463 126
188,932 188,932 000000000000052f294bb8a09425295f31f4098d884568eaeb0428cb431695e3 0.05 MB 130 63
188,931 188,931 000000000000028a79c35d6185b4e39c12c5fac74d3bbe34d4f49a05f29ce2e3 0.05 MB 98 271
188,930 188,930 000000000000084016cb2ef0f4f314ac4ab74118250b4837058675ac8f1a84d1 0.03 MB 68 26
188,929 188,929 00000000000008e0c54f82c16a0dcb523a036d2e67ffbdadf063906ba04378c5 0.23 MB 313 102
188,928 188,928 00000000000005400d9a675d37db5b2140887238fd1335db17cdb2159a1d6814 0.20 MB 634 162
188,927 188,927 00000000000009778ba8b3b837a0373d8a7d34578a578c7912a69cd8a3012c4b 0.25 MB 376 169
188,926 188,926 000000000000068184d86d8d8d55199e2974645bf2f63ab25aed6b6b8a7a050a 0.00 MB 9 0
188,925 188,925 0000000000000406f1cfe91c8542b16c9cf2bbed85a405780eb83c0a1c4bb663 0.00 MB 10 169
188,924 188,924 000000000000046c5a542ec16c79e0256697def65ddf447e2ef77a8ccce697f5 0.05 MB 144 65
188,923 188,923 000000000000030aab360fe9f7389312996c830883bb20eeeb25010ee01a1917 0.06 MB 121 147
188,922 188,922 000000000000043c7b720fd605e0813802e5c2c8ca19975225e3eb319226a41c 0.17 MB 256 99
188,921 188,921 000000000000040186a5982b42b21942ba9d6767538b4ce452d94ee9491f4f33 0.06 MB 151 145
188,920 188,920 00000000000007ce5cd122fcfd0163d16d5c742d69c743ddec02016eab342d33 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.