Memory Pool Memory Pool Refreshing

5,833 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,029 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (287,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
620,720 620,720 000000000000000000091901e31088fa075ab7baf1c95cd3b9f7ee7e48fe7e40 1.34 MB 2,799 25
620,719 620,719 0000000000000000000afeefe76cb29ce38a525e170b7cb54fb5650d46269140 1.39 MB 2,789 17
620,718 620,718 00000000000000000004a16356efe9eba5f0318216b5046180cb04a891a3aadd 1.01 MB 2,244 17
620,717 620,717 0000000000000000000fda6984cb883c83374178a1dcf6def6a8fa5ff4197bfe 0.53 MB 1,310 3
620,716 620,716 0000000000000000000565332a87c1094371962819d65e8c9db7ea5cd7e1d341 1.24 MB 2,425 18
620,715 620,715 000000000000000000019d590087acc9b00ba7cbc960ba66b9260149a7c1f475 1.15 MB 1,746 15
620,714 620,714 0000000000000000000809e454b7ddb3c5bbb32443bed42fbe48bfbfa057c3cf 1.18 MB 3,256 12
620,713 620,713 0000000000000000000aa94c0f2c6bb80c79b6299cbad90af905c745ebbd9a77 1.32 MB 3,527 18
620,712 620,712 00000000000000000007262d14c6eadc882c112f2a6840b5ffa0344818b90420 0.69 MB 1,515 2
620,711 620,711 000000000000000000036338652cd2afb0aeb9c220ed598e251ffa6b4b07bf62 1.32 MB 3,043 23
620,710 620,710 000000000000000000082dbb2c713f724253c4def8c4eebbf0ace8e090281dbe 0.25 MB 732 15
620,709 620,709 00000000000000000008bec9d460b4d2884f6110655d1e302e95ea9b6070644d 1.11 MB 2,812 8
620,708 620,708 0000000000000000000172c5ec8db6324b5a2549a863b1d815658fff2fc74d06 1.37 MB 3,078 19
620,707 620,707 0000000000000000000b0a22487d8c0466e3f1ea659b75b2a70e8c18a784f8aa 0.32 MB 771 12
620,706 620,706 00000000000000000003f8ea007e30042d7d209b1a5716b98a10c466f2650094 0.55 MB 1,305 11
620,705 620,705 00000000000000000008b6afa512cd80b363e05e352790da8cbe2675678c4f66 0.73 MB 2,034 4
620,704 620,704 00000000000000000008a9d9346de956bfb8ba4dbb2f4cd93e9c974d0a9b3aa3 1.27 MB 2,855 11
620,703 620,703 0000000000000000000b5253fb53f29a53f5f2f3e15ee3ed16d53367b9fcb56c 1.35 MB 3,138 26
620,702 620,702 00000000000000000012056214774029632e430473cac87b1b9b02e48217e0f5 0.07 MB 198 13
620,701 620,701 0000000000000000000aa2f560f45eb9942f42432718eea1897a6e6488f61448 0.25 MB 698 14
620,700 620,700 0000000000000000000d73f92d1860d15672bf596333493b74a43f24d1ba376a 1.28 MB 3,154 13
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.