Memory Pool Memory Pool Refreshing

7,980 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (710,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,545 197,545 000000000000065714f71fefccecf18db53579b2a397c84f92e159197a015538 0.09 MB 241 158
197,544 197,544 00000000000003e15d05eb2eba712982e828085dddeaa0844b44a4b3e2b1e1a6 0.04 MB 122 105
197,543 197,543 00000000000003081fc7e0b0815985c842c3973ef583c0e56f24a6a769b7ea13 0.01 MB 44 140
197,542 197,542 00000000000003d1caddd2c64144c8a71cd5a476640b4dbb9cbd79fe6ae813c0 0.08 MB 185 109
197,541 197,541 00000000000000148d220bae12899e0940f6b74517d18fda9ca9a483c878dc91 0.08 MB 223 750
197,540 197,540 00000000000001867d2c9c1a1edf9b3e3106bbddae90b29c4e3ffc60352c1b45 0.02 MB 56 159
197,539 197,539 000000000000030593340e8f26c27c2a4a69f7e52084d3ec1d421b3a2c5be203 0.03 MB 93 131
197,538 197,538 00000000000000dfaf7c6be81cc39ef06de4056ebebaa002a558953bad5942f9 0.03 MB 63 86
197,537 197,537 00000000000001d6dea2e2e212177b71661f90af3aa41f430016b91ede5a21a8 0.00 MB 12 17
197,536 197,536 000000000000040fe87cec9f998a332c0ea389026044a4bd12860f1fc4012b6b 0.04 MB 64 156
197,535 197,535 00000000000001de592e0378cafe037f114cd0a605dd8f34384441067889670e 0.02 MB 51 80
197,534 197,534 00000000000003d6bd031fe8f1527f6f938096623066cf7f0edd45c6449c70d7 0.11 MB 292 137
197,533 197,533 000000000000012e9ceebcd6da1e6b4047fca3b0910a71dc74c74d4249bb394e 0.04 MB 128 294
197,532 197,532 00000000000001d60ba9f52865a5640394f22a65ba8b6cfbd912a768c28f2718 0.06 MB 141 97
197,531 197,531 00000000000002fbd4d1de9caf65ee9af18f15d553468e23665163110de4beb0 0.13 MB 382 156
197,530 197,530 00000000000006954c4e24f646ea0f2c5c70763772d08a0a8cc9910684676607 0.03 MB 74 166
197,529 197,529 00000000000005b22080aea02f8f869340c21a80c53c999b5380300ce9bae52a 0.04 MB 148 67
197,528 197,528 000000000000060df8978c5be665f5dc7095ff56badbf90bf0364e53662aa177 0.04 MB 88 105
197,527 197,527 000000000000013fcf0d071e54c00838654cc2328b463bea33894ed51eec96dd 0.06 MB 162 132
197,526 197,526 00000000000006167abe5f5f5f01695d0d4d8989b439f4dd70838a787b17bdc5 0.01 MB 45 108
197,525 197,525 000000000000062e4125c293ea0fedb665a3d7f5e448a183ed09ba445fbcadc4 0.04 MB 95 154
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.