Memory Pool Memory Pool Refreshing

4,210 transactions
1.43 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
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (679,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,867 227,867 00000000000001ec5616de9534005abf95130e909b34edad6548ef0b3093a104 0.25 MB 586 177
227,866 227,866 0000000000000142c3e476d90995635dacfc7429a730658d946e9d5d89cf80c2 0.28 MB 256 24
227,865 227,865 000000000000025ddd378f1c0d8af83d550bcd085988b898cda5eea34c4ddba9 0.03 MB 84 126
227,864 227,864 00000000000001a34d9922d02d704963a13945edbde0d08eaba958188ef33143 0.22 MB 584 186
227,863 227,863 000000000000007c2c3cd8f7bc5e2bebc9c8f4487ea688b563aa0a20e32d81e3 0.30 MB 512 91
227,862 227,862 00000000000000ec7f811b6d1b3797ad1c9883459dba02614d9271677f35df51 0.21 MB 143 76
227,861 227,861 0000000000000093f1eccf2efbf154b82d1a5887675f9a82b88c7ae183afd4b7 0.25 MB 533 188
227,860 227,860 00000000000001736742eeed9daa3bb627881e74dcb082d5abcbdb76e429ed5d 0.20 MB 359 171
227,859 227,859 00000000000000c7fc6fa1304cee4fb89ecb5823ac0590906cfb897df02a7e87 0.25 MB 591 173
227,858 227,858 0000000000000185967db0d63a0549b25560fe8613f759c8b42ad457a350b4c8 0.09 MB 207 113
227,857 227,857 00000000000001fbf326d8ecb6a65012c1bc713c5c4dfed5198ed19eb79186c6 0.19 MB 431 156
227,856 227,856 000000000000020c563845354d50bd6312593230db28024670453c21bf5fdd45 0.23 MB 408 164
227,855 227,855 0000000000000181e4e763cde0e35e08a0a1c45af20f2c5dd74a7e77f6dac93b 0.25 MB 684 207
227,854 227,854 0000000000000112ce894bbae1cfa75217d5d586a8f84347c6d9319de1ac8231 0.25 MB 487 167
227,853 227,853 00000000000001c5835a2a2de73b5cde65c6a838d6073e7f6e1dcc02ae3472d3 0.10 MB 223 173
227,852 227,852 0000000000000055d5fb2a2302eed1736079465bf666305c247a85f6af15fa9f 0.12 MB 290 182
227,851 227,851 000000000000013473df60b8c5892b8f60f3260b67cb15209a503810e78f13ab 0.24 MB 588 176
227,850 227,850 0000000000000074918bea2692cf79c62cfe1e48e27ca5460db55bd4a63be813 0.17 MB 336 147
227,849 227,849 0000000000000137a29ee2947859c70a1c724baaeb3c1e0b426184146a1aab62 0.07 MB 200 144
227,848 227,848 0000000000000258eea39aee8d5bbe09815c24dc1452532eceb4fab2a8c64482 0.09 MB 224 158
227,847 227,847 00000000000000faff2df1f031002fb2a9f5755c2bf203d63b096e9120953ede 0.08 MB 201 159
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.