Memory Pool Memory Pool Refreshing

1,598 transactions
12.58 vMB
Show Random Selection Loading Transactions
Max Size: 51/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (813,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,962 94,962 0000000000009c26fa6d3afc4fd573d08f638dbb53fd6ac933d86d884a3ef501 0.00 MB 2 0
94,961 94,961 0000000000061a23a1f00e10dc840766bf7574c57169be96930a3250e157ecff 0.00 MB 1 0
94,960 94,960 00000000000643b343f31e9ca17bd657a13caea61091e23e4294467ea1b7f4cd 0.00 MB 3 0
94,959 94,959 000000000003545c6f30d57d08e5b9dd3e9db6a1292629fdeb6aee4202de0b73 0.00 MB 1 0
94,958 94,958 000000000005998bea4de8c4577294aadcec0d79466681252c945a16e10b5cf1 0.00 MB 1 0
94,957 94,957 00000000000579b925a5bc2b1fd62722602dad397412bc37d8f4a9328caa3dab 0.00 MB 1 0
94,956 94,956 0000000000061b0b00484cc99b068fc0fcbbb112966e4a3ea2806118c16e6fb7 0.00 MB 4 0
94,955 94,955 000000000004fae8f54a406dcf24f9374312d4c84a333a6d0db6398cf1381594 0.00 MB 4 0
94,954 94,954 00000000000051d78b37a50e2466c3f179462f250bab5e3dd3c1a992fc9aecea 0.00 MB 2 0
94,953 94,953 000000000002cb226abce40b2cf4709c3d516869d066c288caf70b7803c4e521 0.00 MB 1 0
94,952 94,952 000000000001d79617ce6e55e2523b019a14a8cfb578ac68e64639c6d88263f7 0.00 MB 4 0
94,951 94,951 00000000000794c2c67f06b7796cae2070fdc6969c647204932dec08c072fb84 0.00 MB 1 0
94,950 94,950 0000000000051d05a3022d9ea95ec805203a8ce6b45cc3800188b8e40efb51a9 0.00 MB 1 0
94,949 94,949 00000000000385de31f00cf46b736bb8e31f6dfd9acf3c191e9ab996a9438c3c 0.00 MB 1 0
94,948 94,948 000000000003d4fba76ae652e1da398952327f8c879ebfd3862a07b4bbf1bfa8 0.00 MB 6 0
94,947 94,947 000000000007b265e9fe90dfa380b51368f842e21ecee9541be5fe01df5840ce 0.00 MB 11 0
94,946 94,946 000000000000246e20dea65add496f4ccf95ecd32e1c0923709c49adfe033bff 0.00 MB 5 0
94,945 94,945 000000000005f4b57a0647fc952f0c2f196359a020460cdec625ebd80abfb095 0.00 MB 2 0
94,944 94,944 000000000001fb557b8b24cf26d9d5ab023b1b0617872a9a0de57335c2cefa62 0.00 MB 1 0
94,943 94,943 0000000000064eace0e2d374d4fb69f06bdd447ce5ca4318759371163a11e50a 0.00 MB 5 665
94,942 94,942 0000000000000574006fa5af639572c47ac1f717658cade129591eb1a1f67a72 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.11 GB sent, 98.45 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.