Memory Pool Memory Pool Refreshing

2,380 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (311,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
595,993 595,993 0000000000000000000b0b424a659584991f72c2731e7c17fc09030e321192ce 0.33 MB 1,029 12
595,992 595,992 000000000000000000008b8cc91ed9311f3e44cbab38634d935626e7e7b8adaa 0.76 MB 2,194 15
595,991 595,991 0000000000000000000ff5d5ef5e3723f750f2ec848ef7734c5573f4b341ce8b 0.94 MB 2,493 14
595,990 595,990 00000000000000000002a5ac62a4bd4fc0523ab6a49a45d81749391f1cd0e39c 1.29 MB 3,702 13
595,989 595,989 00000000000000000016e1af8ef955fd373c5069f252b02fc6825b8b6d73dc37 1.06 MB 3,072 11
595,988 595,988 0000000000000000000954bdcfb50d8e0b15fc568fcf00987cba3ddbf0bd0a24 0.25 MB 586 15
595,987 595,987 000000000000000000062715e348040f473aee116db509eac9b59a983c8476cd 0.29 MB 712 19
595,986 595,986 0000000000000000001054e65753d033cc9571b168856676e6e17373ce016410 1.37 MB 3,848 12
595,985 595,985 0000000000000000000430809ddd48370c476ed44140742ed3c09d75ed41fd74 0.16 MB 467 15
595,984 595,984 000000000000000000009bc6bf9dbf60cb83649f46a2241e35169ca4c25c0c21 1.20 MB 3,536 6
595,983 595,983 000000000000000000049857e8cdbb1bf271d5ff44b1b86259aac7e479e93444 1.33 MB 2,843 25
595,982 595,982 0000000000000000000516cc588e982f1bd2b147518eb72392425c3c08022fc2 1.07 MB 3,074 15
595,981 595,981 0000000000000000000e9a5eaa7c5d276230eccce4b521f00e5eee4ba8157a2b 1.09 MB 2,852 14
595,980 595,980 0000000000000000000c09c0e164e901e8e133e11a7de163a3759ac67b3f06b4 0.59 MB 1,614 12
595,979 595,979 00000000000000000001cfda33a3d7c031b1f68e5e0e4203eab0b8caf8ee5655 0.13 MB 307 15
595,978 595,978 00000000000000000013394fc5865a5f4864df926911593da29f12f41bb3cb3a 1.01 MB 1,950 14
595,977 595,977 00000000000000000015faeee6b9825f8b5f0e197dfbd56b9485f855613722ea 0.94 MB 2,389 6
595,976 595,976 00000000000000000015206c604c24d7f6a85aa1a160fcff054dce62dd330da4 1.37 MB 2,946 22
595,975 595,975 00000000000000000007f3cf7f49b2054b8503cbc71da019eacc9f1d6b796c30 0.76 MB 1,996 14
595,974 595,974 00000000000000000009c0530ccae4a0e15558115b4a10163f7ee092d6068a0a 0.18 MB 558 13
595,973 595,973 0000000000000000001689801b5cfb297ae630c96735a84c2a2b7539b3bd9a49 1.00 MB 2,600 15
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.56 GB sent, 93.44 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.