Memory Pool Memory Pool Refreshing

4,181 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,094 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (62,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,146 845,146 00000000000000000002d21995f5c1dd08f6b2a4b3e0d53ff37ddf1d43553871 1.57 MB 6,788 8
845,145 845,145 00000000000000000000901f90f38a263227e0412813c9d928f53d795985a76b 1.51 MB 7,173 10
845,144 845,144 000000000000000000011f7f9b59c28b22a123eaac3df236dd39675fd60f1582 1.78 MB 5,087 12
845,143 845,143 0000000000000000000210a0884bae21abf137aa1e3763bd5c4df49c562a3f01 0.00 MB 1 0
845,142 845,142 000000000000000000006778464ac089f25d234476812f15e42871039b2f9228 1.57 MB 5,503 13
845,141 845,141 0000000000000000000293f378a981988536c0e217a08a6b98a4f865e19af8a0 1.57 MB 7,098 8
845,140 845,140 00000000000000000000a3153f72d2447191298612b9d0873413f5df42d28fa6 1.60 MB 3,613 15
845,139 845,139 000000000000000000002926a3d1f5b5821bfd04a49561dcb3fda13a6a0edd58 1.50 MB 5,495 13
845,138 845,138 00000000000000000001986e070e39921c5a28c1e9bbd7ffb29848095bdb1834 1.43 MB 3,339 11
845,137 845,137 00000000000000000000c791cbb045d9586fc2954f53d1051c4b71e10dd7006f 1.56 MB 4,219 23
845,136 845,136 00000000000000000002293417ba6e1d2902c0e05f23b2b33edab63c71078ebb 1.68 MB 3,699 9
845,135 845,135 00000000000000000000927d1649d56a5d2b651e4110daabf626eb6cf4267247 1.64 MB 4,006 16
845,134 845,134 00000000000000000002e7b62656a66e5862a2db38806d635e4ef0286d0b6955 1.74 MB 3,819 13
845,133 845,133 00000000000000000001c34a8022d35877990d37e59261495add3a43f06b6cad 1.51 MB 5,044 15
845,132 845,132 00000000000000000000ac45db60716764d3da16cdac607d7c59eb483bd8017d 1.43 MB 4,324 13
845,131 845,131 000000000000000000004192c11f5c91394ae9dd5170410e1da91990287a0d9e 1.49 MB 4,784 16
845,130 845,130 000000000000000000011bb7249f49c6ba1c1835be4566889704efae7e7e40b1 1.53 MB 4,028 20
845,129 845,129 0000000000000000000351239f2d64a1575c4329d9c1da03347d4fec74a2fd04 1.48 MB 3,119 27
845,128 845,128 00000000000000000000809eb6007f07cf5efaca1c63a788a4aabc73219598b3 1.67 MB 6,292 9
845,127 845,127 00000000000000000001b757a42e49a3b5b8e6f29a1a621601d56ddb720d4d9f 1.52 MB 7,121 9
845,126 845,126 000000000000000000026a1174a1a2d710e31057e4a6b515be8ab2108bbd0556 1.59 MB 4,319 14
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.