Memory Pool Memory Pool Refreshing

1,943 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,932 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (352,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,643 555,643 0000000000000000000fc7efd2aaca758198350819630312fbd18bcb42c6a233 0.42 MB 1,081 8
555,642 555,642 00000000000000000032ca50b4a180266c1a73b335ea34f4d322750d19207b27 0.92 MB 2,231 10
555,641 555,641 0000000000000000003532f225d0e1fd18065617253d78f98537af989a3a0410 1.03 MB 2,370 9
555,640 555,640 00000000000000000036c6538f4ecc18e27072a667846551bea3a56defcf2733 0.39 MB 126 1
555,639 555,639 0000000000000000001b94bb484ff3480e95c6888fcf596368ff46da95d4eaa0 1.14 MB 2,633 5
555,638 555,638 000000000000000000334e25c2adf128f29a99ed33e0920c683805cbfe48acc4 1.27 MB 3,242 23
555,637 555,637 0000000000000000001f58df9783f1088360d1d9808743e253d064bbef3ff758 0.50 MB 665 2
555,636 555,636 000000000000000000158b734dbe468e47d1642ea8399ce30bf831740130c310 1.20 MB 3,394 13
555,635 555,635 00000000000000000017eb491f689a8dea2d8e0985736522fd455ac514d77c0c 0.11 MB 257 17
555,634 555,634 000000000000000000126cfd25d02c031900898f615df7e9100920763a36e295 0.94 MB 2,011 16
555,633 555,633 000000000000000000361897e10a57b82345d3465d2b05cf926dfdf46edbf72f 0.24 MB 267 3
555,632 555,632 000000000000000000183f35dbfa18069942691b40977cbe383d4dfbfe38fdce 1.15 MB 1,768 9
555,631 555,631 0000000000000000003378db5231e5ddf670cd48f6a68965cdb2c6f2f395237b 1.21 MB 2,988 11
555,630 555,630 0000000000000000000dafaaedf5281b452520bc543e7bd3a8b97ec8b7f43c12 0.05 MB 143 23
555,629 555,629 0000000000000000002a6d18e09f4434bb9abfe1aa4f811792479a0b08fbecf2 1.11 MB 2,283 9
555,628 555,628 00000000000000000001a238cc1bfd8feea304c2d0210ddbbcdd18109ac157df 0.95 MB 2,205 7
555,627 555,627 0000000000000000001e7378c3a4b32159aa905297dbf67a0b8712dc74c24889 0.56 MB 819 5
555,626 555,626 0000000000000000002ea8fcccc25fb381cf6c39de2903389ed780df81243f5a 1.13 MB 2,248 7
555,625 555,625 0000000000000000001abdf543b5a3a3bd0e037aae19652e2fce9bc633b3514f 1.17 MB 2,640 9
555,624 555,624 000000000000000000365fde9996103f4ce925126c5c78578c066b6a1405c710 1.39 MB 2,825 22
555,623 555,623 00000000000000000008a57629c868aea9a1a54fb31ba56723eb2a173f2f9342 0.81 MB 1,851 10
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.