Memory Pool Memory Pool Refreshing

1,847 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (841,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,819 66,819 000000000522500942d0d94d548bb9872df8460d2087a65e690108481ae88fb9 0.00 MB 1 0
66,818 66,818 000000000270afefb2484cd4fe44dbe8ca4bf50c79a36efe36373983825078d6 0.00 MB 3 0
66,817 66,817 000000000595f24158a919011b80f265bc1d607608f86a9ae3e2e5f61a49665e 0.00 MB 1 0
66,816 66,816 0000000001e240e6feaed3300c86da1146b2d7a7e930056969c82d609a1e6fa3 0.00 MB 4 0
66,815 66,815 000000000227b402728c5378361d1b6efd27029bba9c95ef06e51bd3fc698a58 0.00 MB 1 0
66,814 66,814 0000000003dd8cc7fed98f2ee59ef606a8e9b4ec9c26d5efd8ba2910d1133666 0.00 MB 1 0
66,813 66,813 0000000003c4243556e4603f46d59c775f9c69ef9b166eea6ec94a06f064008f 0.00 MB 1 0
66,812 66,812 00000000025753efe1cc2765ffb472d330bd47c8178fe626aad8f8271ab162ad 0.00 MB 5 0
66,811 66,811 000000000021e2aaf5438618291134ac49767d94addf33af0e7916b9d89e7bde 0.00 MB 11 0
66,810 66,810 0000000003a45151c8847ce84501990e347b18a30887477c12a638b04a5ee23f 0.00 MB 1 0
66,809 66,809 00000000002e703f83dce2d52c35ce895b43ac1266846d579f7d80a187394519 0.00 MB 3 0
66,808 66,808 0000000001742a813d3abf22d97a31ab672bcf33794cdc7f573d2a4d6a42b73b 0.00 MB 2 0
66,807 66,807 00000000007bb84d6e46454fcab6448d1c9e9aaf5ae35162b696c9150a70d68b 0.00 MB 2 0
66,806 66,806 0000000000e03c11e1384f3bfc78c2ddf7924d56fef48ac832e28b59d928bb17 0.00 MB 1 0
66,805 66,805 0000000003e7de95e166e6da27995ec14611f155460474b706b44c3d657d5926 0.00 MB 3 0
66,804 66,804 0000000001a8a4783792a7e4f76cc4794eb4b6f4e43362560e2640eb94d04677 0.00 MB 2 0
66,803 66,803 0000000002d9a19fdd243ba03715baac94224dbb233b992749526eee221b6c7a 0.00 MB 3 0
66,802 66,802 000000000359e0ce8fbe545869d77cc4344a87a299f7e3e1133e5c321f261866 0.00 MB 1 0
66,801 66,801 0000000005658ca3c559ecb015dea32c146ee8673c3ba2ba4fc6ebeb175d3836 0.00 MB 1 0
66,800 66,800 000000000443620dd9d869917af548bfbe10b3fc0a0f4ff2dd8a49061e143c98 0.00 MB 1 0
66,799 66,799 000000000467de12c42aa0094265f53846f598bbf4875743fce2df857fbfc600 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.64 GB sent, 100.53 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.