Memory Pool Memory Pool Refreshing

4,464 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (617,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,753 289,753 0000000000000000463251b07d66798023f0f507c4323d4294c2dc3141ddf73b 0.01 MB 13 19
289,752 289,752 00000000000000007a4a48700c91f434779885bf2bdffaede455afac4249e056 0.02 MB 28 27
289,751 289,751 0000000000000000331aea0f333be954eaaefcb3a1d7b533724d0f4afce122c6 0.35 MB 698 32
289,750 289,750 0000000000000000f9f4acc499b6a5cedd155daa40d0cf31383a7c5a94fc9adc 0.10 MB 190 27
289,749 289,749 0000000000000000682dcc2c7c435da0d715fefa8975f8a03e04a46ad25cd280 0.52 MB 862 31
289,748 289,748 00000000000000008614d3402dbab623caadd2e6bdbd50b21b902a12716f4140 0.19 MB 386 52
289,747 289,747 0000000000000000e54f05cf61751739e12952e815ef2b88d03cc887e767ce19 0.67 MB 1,243 37
289,746 289,746 000000000000000022815994abb87e92a65f6c05fbc7ea7cc2aa32ad27e252e6 0.09 MB 56 11
289,745 289,745 0000000000000000a4a1c5cf729d843c51d18f61b4f0c800ff9f0aa718796285 0.01 MB 32 24
289,744 289,744 0000000000000000568da5e919e812a4489f0b10ec13a9efd9e956de77c9a369 0.11 MB 234 36
289,743 289,743 00000000000000006d99ff0516e426c9724e39ee1aa05bdbbe9d3f0820054da7 0.23 MB 325 23
289,742 289,742 0000000000000001055c6d72f2aa4834f64534830eaa7c461c0cf2966b158980 0.50 MB 687 23
289,741 289,741 00000000000000011be4f08fe8a6f87de8334fcdc6c8aac05a24cc0e0118cd6d 0.15 MB 512 90
289,740 289,740 000000000000000046d9200ee6082ca567c5161547667af5a34cded8bbafc3a4 0.53 MB 934 32
289,739 289,739 0000000000000000fdc54f9987704ee84543dcac4b9cbd1248deb8ef997ef00b 0.57 MB 803 28
289,738 289,738 000000000000000102fcb92e4d77a42055195b558364eca4f69b78c8bb1d29f5 0.22 MB 512 54
289,737 289,737 00000000000000005c1b13a737c555086bd9c683c8efadda6825a3cbf4fef90a 0.15 MB 305 44
289,736 289,736 0000000000000000f9686af9ca53a407de5be8140d0304be1618a9b32a1ff7af 0.15 MB 315 32
289,735 289,735 000000000000000000b2075f16d08191367f4c396d4ade2de7394e63a3a5b941 0.25 MB 197 14
289,734 289,734 00000000000000006baf63aa2486d7984660a6258db3357a0dddfb97c33e7638 0.35 MB 882 186
289,733 289,733 00000000000000010e08d9a7047466346116e66d258050f5194fe134b673ee0b 0.25 MB 612 49
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.