Memory Pool Memory Pool Refreshing

2,116 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,670 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,111 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,669 (895,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,665 13,665 00000000b2032f63e1753eb6aea7b0e014eb7df9056a74ec4b66c4c06691b97a 0.00 MB 1 0
13,664 13,664 000000007b820d04a179323abed7fc33549ae8e19902b679f53c0f18dfc5f4d5 0.00 MB 1 0
13,663 13,663 000000008078befd9d29edeeda297f4d76c5027168f7a96a1cd7d401884a76c9 0.00 MB 1 0
13,662 13,662 00000000d28b9fc97e9207ba86bb4663b045da42e428bcb81aee8a93bd6d972d 0.00 MB 1 0
13,661 13,661 00000000c41f27d497d8e1efc5170cbd48d2f14b65238ae4910b869b5206dac9 0.00 MB 1 0
13,660 13,660 00000000cb53f002186d5c658b33f1c5f080dafa0b6fa4c7d7266d963ef86694 0.00 MB 1 0
13,659 13,659 000000006a56f7efdce47c89063df6a0ac51da02b861cadd5647c2dc64349e6c 0.00 MB 1 0
13,658 13,658 00000000324d8b3f4a2787f0c6490466087e3798b7a9966b085dc03efe155a87 0.00 MB 1 0
13,657 13,657 00000000124f61bd5bb2ccca946d503cd6c9353ddd04ecc490b301415272799e 0.00 MB 1 0
13,656 13,656 00000000514924eab0c6b439ab6b40cce306ffcd9f329bc49cb995dbc0ccd727 0.00 MB 1 0
13,655 13,655 000000005860b822d7ae7db9321036b847be79a918b5adb6114c32302dd9321e 0.00 MB 1 0
13,654 13,654 00000000a8df4695f0f0be8f542fa91d3311e0f0ac1f85177bd91f49bbfa64b2 0.00 MB 1 0
13,653 13,653 00000000e22ed985e4b173ba95308fdb01452e9445350a0a3ba7c0c094d7142e 0.00 MB 1 0
13,652 13,652 00000000e38d8ab4b60fb953999b6837a2920aaffccbc9f48d9ea331cb8d99bc 0.00 MB 1 0
13,651 13,651 00000000d9e761e9ca6d2a1dc734ed69a6fd7abea1824bb81aecd854ec41670c 0.00 MB 1 0
13,650 13,650 00000000851e0011fcb5bd5941f50f79a9414946b7f357160cb5b757ec204907 0.00 MB 1 0
13,649 13,649 000000009f402521178b94025fcb40d2d8f2487501ac28e254464e6e2f624d26 0.00 MB 1 0
13,648 13,648 0000000017ce129ba8c578b8921627201c6ab68cf6f9ee3b106d69a1865304ee 0.00 MB 1 0
13,647 13,647 00000000d1055ea83c1784e009045439475b44add5a644ca72be014ed2197c76 0.00 MB 1 0
13,646 13,646 000000008bcac3b98168ab215e9ba2ad4ed834dd1cad6a2c1f5888b3f6bfdae2 0.00 MB 1 0
13,645 13,645 00000000398d72c00cd18c4878f3ebbf7902aa5b8e217cb8d30a2c31d70550d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.37 GB sent, 101.66 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.