Memory Pool Memory Pool Refreshing

1,014 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,299 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,011 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (884,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,988 23,988 000000001b38bfb99d7ea004917f1f371fe044690b7f35df4ddc4f722fa43826 0.00 MB 1 0
23,987 23,987 00000000b6cfcf8a70ca0a12afe89566727462c92f2112e938c4bd71cc813d05 0.00 MB 1 0
23,986 23,986 00000000c76e512ecc18ce5891e97e4cfe35fd722deec76c8b38d65331382e1b 0.00 MB 1 0
23,985 23,985 00000000e6a002396503adebe1a20416dedec008fd2b64b4710365d624b0b010 0.00 MB 1 0
23,984 23,984 00000000487c324d043d55391acc4bb52b16b9f1969a36c464bee7d9e1353475 0.00 MB 1 0
23,983 23,983 000000001db0e6b1a87c3a462434488a35552e89ff1ed0aed5d1445c3693eaaa 0.00 MB 1 0
23,982 23,982 000000002274bd68d51406bab6c4da3d4b58590d6567507a99bd924aefaa1af8 0.00 MB 1 0
23,981 23,981 000000005992a41f5d64cbe416ba419399b2aad6959fbce59f62f6a548097f85 0.00 MB 1 0
23,980 23,980 00000000fde3a05067996a0814aab2adcc7be7f3b347b11f512c51752fd891ff 0.00 MB 2 0
23,979 23,979 00000000359fb0739c0c089b113a763570f695f698bbdee3b7c621575f8d007c 0.00 MB 1 0
23,978 23,978 00000000109873e05e2f6fc9da22ae0eef0397f7f5d005963266dd3adbaa5c3b 0.00 MB 1 0
23,977 23,977 000000009910248e2a7925570539a6681b6025234af63d376be306b0786bc8e5 0.00 MB 1 0
23,976 23,976 000000007b074194f6f1e4c2a2e9f7264f850234cb595cbedc3b07592ddfdd67 0.00 MB 1 0
23,975 23,975 000000005280452673604b7b2c5f793beeefacfe6d3bfd955f0942ac0a9e07fd 0.00 MB 1 0
23,974 23,974 00000000a1bbfd69b6eaed90ffbae1d45e1e876d7b7846d5ba6683ba0861847f 0.00 MB 1 0
23,973 23,973 000000009fff2fdc84234eb8f41486ae258d6d48d3b3ffd3787a83587ccced9b 0.00 MB 1 0
23,972 23,972 00000000f042e6c62a53206b800c2feeecd43391dd55f4ccd419cfd0083098a3 0.00 MB 1 0
23,971 23,971 0000000066280d1f1b3d66b4693996bbb83d910bd58bf08a3f3b5fa9ca755caf 0.00 MB 1 0
23,970 23,970 00000000e357c8196754dc53312d6c246a95047c0d0fede2cbf53d83786e8324 0.00 MB 1 0
23,969 23,969 0000000047f7f2f415563d43f91357fd0183b7bc0938dadbb120577858b42470 0.00 MB 1 0
23,968 23,968 00000000931e11e01dc7c8043607051f9d465649f0752e4dbada3f995a6206ea 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,692.60 GB sent, 98.38 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.