Memory Pool Memory Pool Refreshing

16,594 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,017 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (223,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,809 683,809 00000000000000000003676178f0305639ffb0630371f24ad34ae4a972c23131 1.24 MB 1,841 73
683,808 683,808 000000000000000000083b0e697c20bf1e17d489155e35cb4b675f877809a94e 1.21 MB 576 7
683,807 683,807 0000000000000000000923e9ec92da9ed34ea0d161deb6f44efd16b605c75d79 1.49 MB 2,164 42
683,806 683,806 0000000000000000000a54353aacbef7a136820cc59f253cf626d6f4f7048c9a 1.33 MB 110 3
683,805 683,805 000000000000000000051730668df634f11e2881566fc3bb423141faccb4141d 1.04 MB 155 7
683,804 683,804 00000000000000000008cc785ba08960b5be7787288748f8420c9624237f4472 1.11 MB 286 15
683,803 683,803 00000000000000000000a3c51703bf0de5ad70aadf1a4d56e6420ebaac8110a3 1.40 MB 1,097 32
683,802 683,802 0000000000000000000ab28811a71cfdce726e247edb008c40091439bca22d19 1.24 MB 899 20
683,801 683,801 00000000000000000003129ec70136a60dd0438c8b84b7ada1029c0d06ba6906 1.41 MB 2,107 46
683,800 683,800 00000000000000000004ccd434920f6ee5e3be3ff4ab2d9e262b0ffb25b54b6c 1.30 MB 1,886 26
683,799 683,799 0000000000000000000294f55d6e43cd9b0923a7b1fcd2ec789de2acb6a36784 1.28 MB 2,102 72
683,798 683,798 000000000000000000089004e8bb899b054b8d7894facfcebed7dd6876ecda2e 1.01 MB 117 2
683,797 683,797 0000000000000000000a71b8d39f9fd1a22dc0a2c2b262214d52ed7d21c01f5c 1.34 MB 887 18
683,796 683,796 00000000000000000002f98e054e88415285d3640678a142ca03c85d062754c1 1.24 MB 692 34
683,795 683,795 000000000000000000056b0f72f6adb8c9152cfa01c05bfd13edb020a9e30eed 1.53 MB 1,047 19
683,794 683,794 0000000000000000000490fe0a7a889bdd53a3c69d38fd473703756ce12c170e 1.36 MB 2,152 36
683,793 683,793 000000000000000000037401e72294fb8eb5b7b231d8a8a9a9a6fae8bba1b052 1.34 MB 1,600 34
683,792 683,792 000000000000000000061c9ca7849d8ac7c1c72df700ecc00fcb9f512d71b8ae 1.40 MB 1,436 34
683,791 683,791 000000000000000000041cb084f9af1de25f7faf2004fae61a01ab8babd0c4bf 1.46 MB 1,996 57
683,790 683,790 00000000000000000005bfc83419b35a43b11df0c781332815a1c4bd1fa8113c 1.43 MB 1,060 26
683,789 683,789 0000000000000000000a1437fd89e75621fac424826d7ad35ba0d12ef1371352 1.17 MB 1,045 64
Previous 10 blocks ↓
Total Size: 769.02 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,624.62 GB sent, 93.00 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.