Memory Pool Memory Pool Refreshing

6,885 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,644 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (23,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,852 883,852 000000000000000000018ae836b8909dd6f42f38bae786879dfda0bf2b8eb9f5 2.00 MB 794 1
883,851 883,851 00000000000000000000fdb98a3291d56850d48905219940dfee814e80b5ab49 1.87 MB 1,739 2
883,850 883,850 000000000000000000006268dd623591e235081320e859c87176fcb36410f44e 2.06 MB 748 1
883,849 883,849 00000000000000000000abd4b9238a4b6c24949a4b40b04b0432df4edd8f2b26 2.02 MB 1,115 1
883,848 883,848 0000000000000000000273093408f5483cc6ccf1a2e08e37377a4fb75886f521 1.65 MB 2,420 3
883,847 883,847 000000000000000000011f4347231200a54eb03f1caed36afc0f1ef559d780a5 1.92 MB 1,471 2
883,846 883,846 000000000000000000025fd9da741f306547877ef5b05e5fe82c2b909f77be29 1.94 MB 1,679 1
883,845 883,845 00000000000000000001c93c183f27934be3e81ad6256dd1a43f3369754408cf 1.91 MB 2,099 2
883,844 883,844 0000000000000000000209157966461e0cce0a8ea4cf63a620e8c77d019cd3a4 1.46 MB 3,280 4
883,843 883,843 0000000000000000000058ff9bfd11b34a81ac643564f94fb1a2cc0e33336cd0 1.65 MB 3,106 2
883,842 883,842 0000000000000000000055af7d134a0788b189c0ebda51724365875b52d401b9 1.90 MB 658 1
883,841 883,841 00000000000000000000e5105db9ffe557c4cf4844b3a4b118d98d2799db271f 1.97 MB 969 1
883,840 883,840 00000000000000000001f45799a1aa8b02de162243e6ff96aff0c9a4aafd210f 1.98 MB 374 1
883,839 883,839 0000000000000000000086fb0e3721cd188311e1427a67705bbf75d53ee02558 1.91 MB 2,060 2
883,838 883,838 0000000000000000000117c476caa1818c4d29eb323ec5334b5748aabe813bb5 1.79 MB 3,950 1
883,837 883,837 00000000000000000001b18f3809882687ae218cdaa018108e8ef6fc8f577b7a 1.75 MB 4,342 3
883,836 883,836 00000000000000000000cdf47719a4c1d6878b4159491561f76796fb8797dc1f 1.64 MB 3,463 6
883,835 883,835 0000000000000000000038802e67ea40cba6413478975067ec527d4534854942 1.78 MB 3,823 3
883,834 883,834 00000000000000000000607a39fd2c15a638f5d033df040e446d2ad93dd408e6 1.89 MB 2,594 2
883,833 883,833 0000000000000000000156835f437d7d9e40a13bbe64ee9a6917e76e3457cb76 1.90 MB 947 1
883,832 883,832 000000000000000000014dbb9b99e4c915caac16ebe865190c509f770efae860 1.73 MB 1,444 2
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.05 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.