Memory Pool Memory Pool Refreshing

5,512 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (725,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,878 181,878 00000000000006020e03aff6183568fec4ce552d0ed820a34b0d6671c9de0c46 0.29 MB 717 134
181,877 181,877 00000000000002aa9df87511cfc825ca0e3f5f7ac82b882143b5e658e8645a9b 0.33 MB 786 131
181,876 181,876 00000000000005aa2844cd06a39a68f7e4dfa0798e2baa041ec965ea85820fd4 0.12 MB 240 143
181,875 181,875 00000000000005f5037d9fd47579cc9ecab065a3843e70e52757735fd23417ce 0.13 MB 256 144
181,874 181,874 000000000000016a3301fe2b6ce3cf60b5af8339ed023d610ff13f396eb9d85a 0.01 MB 29 112
181,873 181,873 000000000000022178425a72fa80856ba565b3f147acd3db93c4fb2fbce6292b 0.03 MB 57 158
181,872 181,872 000000000000085ff06d756eeae10dcf6cd40e44ca903ce848b631998a14e5a5 0.17 MB 420 136
181,871 181,871 000000000000093f525aeffe6a64a8e62980ef6f0248d844222843a826719e8e 0.04 MB 74 85
181,870 181,870 00000000000004f39b486ca99815d742ee86ae2677a0d3f4f481a9b7a3ec4088 0.04 MB 128 123
181,869 181,869 00000000000007571c04e62f231d58b19693997a656a53181860050b260bc465 0.02 MB 47 105
181,868 181,868 000000000000044dc6fcfad272180f10d1ca75269f1be77cae650745332ba8b2 0.21 MB 526 142
181,867 181,867 00000000000000eb64ab2ceca596e9d5fbd5967b8524c2817696e9807a42cb96 0.16 MB 356 144
181,866 181,866 00000000000002d5794ca9e74bba379d4f62995150114609ce3c1396c6f021bb 0.25 MB 525 110
181,865 181,865 00000000000006da5742b8d64da064947294727c2f3d2f4a1faf7c4b5c3c8b55 0.23 MB 664 165
181,864 181,864 00000000000006e9aedcc48ce8facd4e3b521bb0fe9b4d92392037ff1d681795 0.27 MB 760 147
181,863 181,863 000000000000003b76cc9c3f31d6e17edbb79f89683c33f374f36f6ef15fd1fc 0.10 MB 256 96
181,862 181,862 0000000000000094ee157ba1329c49145d2e1e6e9a8e16931941bb9c8e199ea9 0.14 MB 347 168
181,861 181,861 0000000000000929bb82ec6172f3138b798215480d187423626dba5484603063 0.12 MB 284 107
181,860 181,860 0000000000000099f7e3091200a1090fa71ccaa1c8b9c55bf5b2bc1bb0309172 0.17 MB 382 113
181,859 181,859 00000000000002ac17f6608a5d810d02d26c1f2e035579fb6a6d5c5a33605fbc 0.03 MB 32 73
181,858 181,858 00000000000006be6dbc6042dfc5c49ba834cced439da7216faeba575e1eaa6c 0.13 MB 246 116
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.05 GB sent, 93.05 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.