Memory Pool Memory Pool Refreshing

4,562 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (793,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,849 114,849 000000000000266623f06c55a0de3849b21e532238ee1963092e3ebf5b81aeb3 0.00 MB 12 803
114,848 114,848 000000000000ceb70b1eea602c2833f6cab82398f2d45268c4d01a591495721b 0.01 MB 40 2,246
114,847 114,847 000000000000aa7f7d2373c2c972b1dd906334114bf0089c8377fce5354e0f93 0.00 MB 9 0
114,846 114,846 000000000000becad3958b5fc64f837790542c09a8ff62ee24250bd3b8f4ae63 0.00 MB 13 1,002
114,845 114,845 0000000000005897b7101c6114e2442dbbf0c64effbd424a134295fee9c03893 0.00 MB 4 4,231
114,844 114,844 0000000000005102692aeff6cbae4df26b5b7d5d6b410c82355b2fac24f5c81a 0.00 MB 1 0
114,843 114,843 0000000000008df349d4ebdf5d8d553e8b2f4c4e8c0c7c56a4132b16d7daadc5 0.00 MB 2 3,861
114,842 114,842 000000000000ccafdd52d3ba2b439e4a56b06b559ea6e59c6b8b983abe8e59af 0.00 MB 9 0
114,841 114,841 000000000000d6e3f0f524683467ad48f78c02e191a25cb1607a32f8d6bcac3c 0.00 MB 10 0
114,840 114,840 000000000000b4e248430d115d168a6cd822fa41841388454a97b2d3b3be78a2 0.00 MB 8 2,516
114,839 114,839 000000000000604a4f35add0aa3f75c657412373767b447bc7ab8d11dec7811a 0.00 MB 11 465
114,838 114,838 00000000000002a2cecd04734918256d7076a58985e32ef8955557ce37e8b603 0.00 MB 14 1,432
114,837 114,837 000000000000451df474797dbac5e079cefb067a611a2a030c8d29b5100258a3 0.00 MB 5 3,024
114,836 114,836 0000000000001e42fe1b893693e7d88d291cd3e8ba9c5c8c21423d624e9f235d 0.01 MB 23 554
114,835 114,835 0000000000006da41fc16252650c8b5b2075c9acc599debe5553e35d691a5f2d 0.05 MB 168 61
114,834 114,834 000000000000cc248cc894f96ff61ed1097751902bd3c0b79bdc8d7c4cfe28b3 0.00 MB 3 3,883
114,833 114,833 0000000000007d92fd811ca1fbe7c6cfb6b65d3c6f32ff540357c6862aad6f95 0.00 MB 4 1,944
114,832 114,832 000000000000961f26a4c14a6745d1362d03c5eafeaa0d66138b000e5ca20b8c 0.01 MB 21 1,825
114,831 114,831 00000000000023dbf197c0fcfa25ee46b06409a2fea72b9a6444767ee92c4848 0.01 MB 13 943
114,830 114,830 0000000000002311717e674727fa96ddff7f393fc9a54c991ad61e5ef9647a3e 0.01 MB 24 195
114,829 114,829 00000000000005f52000662d8ceb77ca95983f8597ce8af31b83092b7c317b4e 0.00 MB 13 3,657
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.