Memory Pool Memory Pool Refreshing

3,560 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (669,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,809 237,809 00000000000000239503ba335875d05c9861fce00c58bbef82692f3a12fba7ad 0.17 MB 346 180
237,808 237,808 0000000000000114d6461658c2cfcd39f0c99bdb954960b4b18dc55896719c05 0.22 MB 458 175
237,807 237,807 00000000000000ff73cae53e05015d3df0246686b791b1dadfefdafbab49acb7 0.19 MB 444 194
237,806 237,806 0000000000000123065e887852ab6a04fe95970c1287ff5950f8741b7dafd6c3 0.09 MB 167 102
237,805 237,805 0000000000000032895fde4bf4b4996a1020c13c4ed964df7087522bcf5339ff 0.18 MB 391 177
237,804 237,804 000000000000009ce369491fb47d910d4c8608dc366e4543851e7ebab5878309 0.00 MB 5 84
237,803 237,803 000000000000003bbfd387905d2b97c44b8b73875f3f51b681f5a6ffb7043278 0.07 MB 77 107
237,802 237,802 00000000000000b0168e2b7395b9c4d2ac5348ccb1c421513b94ac219803227a 0.22 MB 344 127
237,801 237,801 000000000000014f20acea117bdb74a34fd4059ecc373992e1404a9abdf98150 0.25 MB 731 244
237,800 237,800 00000000000000752da71822646475f2ef5b974ff9b306ac1956f4cd7e27165d 0.13 MB 271 150
237,799 237,799 00000000000000e86cd050f04b8c31b102838c6270fb0f8f148381d8e1350e23 0.24 MB 490 165
237,798 237,798 000000000000000fe01324fd61993e004ec237f282155d25158b26be8bbfb696 0.02 MB 41 21
237,797 237,797 00000000000000af827e081e656ba57353d2a034e791602623331c560e5514e3 0.23 MB 412 147
237,796 237,796 000000000000016ee181afcf3522c0b597a82e6dcb3c86c59cf8ebb12a598424 0.25 MB 674 214
237,795 237,795 00000000000000f10a9ad4ed5a7dcb3421e0c19f8fbe49e985d7d2791e5b839c 0.08 MB 115 111
237,794 237,794 000000000000005514849ca8d089a13a571dc71fab60d6bba1cd4c028457a99c 0.16 MB 371 201
237,793 237,793 000000000000008a1db75ee6d7b0f53d2bb148abc62cb59d0754d5fe29897804 0.15 MB 368 213
237,792 237,792 000000000000014ca89ad11b3b5cbc693c10c508a28543df33b2dc73bc835c25 0.03 MB 65 110
237,791 237,791 000000000000015e65a2f3de7123f57cd6aeb3bc54697c4459807b71cf216052 0.21 MB 482 177
237,790 237,790 000000000000011863702996eb99e2312b44050a19f8b3f4fd8a689226c55062 0.16 MB 237 103
237,789 237,789 000000000000005e0ef4a04a6639e59355be038cfc0c8261cd0213b8263b9df7 0.25 MB 653 202
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.