Memory Pool Memory Pool Refreshing

784 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 784 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (96,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,742 811,742 00000000000000000002d1d6c98c1570b88db3d8124f34d997e89d4e8532b913 1.21 MB 641 10
811,741 811,741 00000000000000000002651e0974a1f0afb4def88047a827f73088a50f761e81 1.44 MB 2,820 20
811,740 811,740 00000000000000000001bda21163b75e3cccd31e176216c93678343cf2fac9c7 1.32 MB 2,006 16
811,739 811,739 00000000000000000003718dff2e4a24c407d6818e59cd4422591318498efd7c 1.10 MB 483 7
811,738 811,738 000000000000000000037783038dc4f8c7315b16797c843081a49c9fd80429ae 1.10 MB 584 8
811,737 811,737 00000000000000000000994627d965a69d6da551fe8e7cfac8e7ef7643c6dc78 1.14 MB 814 9
811,736 811,736 00000000000000000000ff6269bfaad9e81fbfe472949a7a34a7fd134017f2e1 1.43 MB 1,420 10
811,735 811,735 00000000000000000001d3f0de1d91774303cea343a5ee725f2d8eba61a638c9 1.26 MB 1,039 12
811,734 811,734 000000000000000000018dd4bc19b7fe6fb0b70179030236b04348e869a45fad 1.40 MB 1,842 14
811,733 811,733 00000000000000000000957cd87d41cafba0a635e523e03d9c4d76357abce63f 1.76 MB 2,454 25
811,732 811,732 0000000000000000000049c04ee996e9a9a5113c168d381b85a8034654bfbede 1.36 MB 1,693 16
811,731 811,731 00000000000000000001dad9564b1cb1d502c9d198cd28234e75e5abc016b90d 1.38 MB 1,548 12
811,730 811,730 00000000000000000004d84d1f1ac10ba0355c60cb6d0f0c5001648477113c9a 1.63 MB 2,569 20
811,729 811,729 0000000000000000000001753063c8733c52a746def8597f9008afec008bae42 1.55 MB 3,317 27
811,728 811,728 000000000000000000045fa6b5f4d35115587c84d75ab976b0ad79bbb8182f1f 1.35 MB 1,217 9
811,727 811,727 00000000000000000001ddb29daed91249c6fa139b8e410136dc63b2abcd6ab8 1.42 MB 1,807 13
811,726 811,726 0000000000000000000035a560140aa1178cadece3e5976e9f6d6e248c5fc63c 1.65 MB 2,395 19
811,725 811,725 00000000000000000003e8135825feffe4bd30a3b262bb946786a53d273e93aa 1.76 MB 2,847 18
811,724 811,724 000000000000000000001d032e3bed519953d6f08f34f4e9a2d153291ff91082 1.57 MB 3,485 21
811,723 811,723 0000000000000000000468c1a787983256fc554a4fe90fbf052b501262cc55c5 1.62 MB 3,394 23
811,722 811,722 0000000000000000000391ed45dd169ada1b9777ad8700b9cc82d2ccf6ccdea8 1.61 MB 4,275 21
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.