Memory Pool Memory Pool Refreshing

4,047 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,162 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (793,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,897 113,897 000000000000233bc44405d07bca4aec78d72c74aaf81f697569e297ac027a82 0.00 MB 10 0
113,896 113,896 0000000000000d1ed9cc6deeb287f0918f88f20892ccf0a61de89880450d09b1 0.00 MB 5 0
113,895 113,895 000000000000594a1ab66311fe8693cbc9b771a44480d26b3d503de5152acf3e 0.01 MB 30 136
113,894 113,894 0000000000008f56a9a02ba94b7210028582944edc1560196e0dbb753fe9d88f 0.00 MB 12 609
113,893 113,893 000000000000a7b93dfc5e7b50fa85e2bbf11c394050871d95bb96ccdef114a1 0.00 MB 14 348
113,892 113,892 000000000000d9e5b5b2f456cb379514bfc7c6083fdb3daf9d3352e195ba7940 0.03 MB 113 73
113,891 113,891 0000000000008d08c0ef1ba5a569b0014a1ff482ac5897f3a2a65d973765c874 0.00 MB 2 0
113,890 113,890 000000000000a3d93478a0adbf232edafcd493e53f0a4c9b56e126005adc271c 0.00 MB 13 333
113,889 113,889 000000000000bc10737ff233189dbe7078a737dac269e065f6d981b1099fec56 0.00 MB 12 0
113,888 113,888 000000000000a65302ee92ea529e7fa33bc157d7b389608a6b35424009642c40 0.00 MB 13 543
113,887 113,887 000000000000cc1256a539aea775c1a8d0386b8df62927f84a252a42ba28b1de 0.00 MB 9 221
113,886 113,886 000000000000a1fd6eaaee2b6752350bf808b9e6b1750738facb9630cb0bc709 0.00 MB 10 986
113,885 113,885 000000000000541f6275a734e9f6f099c038313bdbac6630abea46918419d64b 0.00 MB 14 0
113,884 113,884 00000000000017b1520e438b629f0bbe425b9d8e0d9075f7ea42459b54aae25d 0.00 MB 1 0
113,883 113,883 0000000000000ecfcd1dc73dfc4167d99f7d9585e0d6df06eaca258e4063f4f8 0.05 MB 187 0
113,882 113,882 000000000000c0273a3d6d480089ba0d7259cc7110472508093a98b6b38e4a33 0.00 MB 16 265
113,881 113,881 000000000000214da6d42c31bdd66485778367a3cec6ea2cada2ccac9f8bf1d0 0.00 MB 12 0
113,880 113,880 0000000000003a1faed584da5f67b8c6abc87b0657f1a240909fa7c43b0351d1 0.01 MB 20 476
113,879 113,879 000000000000ce1b6a3d93648613d5904147ec2ccbdcd21b31b36ae72d0ed111 0.00 MB 14 0
113,878 113,878 0000000000002d8171d964cba65c981be0286f8fd5698a92df11f4cfab42024a 0.00 MB 12 0
113,877 113,877 0000000000002994acf513e97b6ec09c82d139bc9f26c5b4339c9b32631cb8f0 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.