Memory Pool Memory Pool Refreshing

8,998 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (747,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,085 160,085 000000000000032894371a5c07b9060703bda4f81c211ccae3cbc786f2743295 0.02 MB 37 65
160,084 160,084 0000000000000a1a19ea160516641f865c21ffdacc6cbb04aceffb6edf0ed251 0.00 MB 2 0
160,083 160,083 00000000000009bc4db377e142b34c99f73ef027d2ef75856d466b5c9244a509 0.01 MB 36 330
160,082 160,082 000000000000082a13fa3e4cc59ab0d7951436f05eccf9ef2167e1ec2e103db1 0.00 MB 10 0
160,081 160,081 0000000000000d4fd26133c5498f09d99bc1abe9976bdff2b0c2defc5cec991b 0.00 MB 10 190
160,080 160,080 000000000000036cfe2a008cd35353b9c61b17e7a7b83997b4f52c2de2f2ff2d 0.03 MB 71 142
160,079 160,079 0000000000000491283504197522b9fb402cf193dfb25c14ac274f4db4ee5444 0.00 MB 8 146
160,078 160,078 0000000000000016d9806b3c3441e25a474e25d8421bef35b4dcc9849e20c44c 0.01 MB 15 179
160,077 160,077 0000000000000e1d35fc0bfc7ec4ca6cc032ee846255b8412a7d646e697efa04 0.00 MB 3 0
160,076 160,076 0000000000000cf18ad4e1f1625c1cc5425afcd51f3b54a4947fe1d9063bd0b6 0.02 MB 24 520
160,075 160,075 00000000000009687c50075a151c5fb28b2fe15d3466fa458cefef6004b91d77 0.01 MB 23 86
160,074 160,074 0000000000000a0517a9aa5a152fb7c599b02642bc3677d7c1eac3aaf5b6fcc3 0.00 MB 9 402
160,073 160,073 000000000000002ce3e5f3d92b59fcf1e1537d3baa0e4c6b5804bcb0a7b8c219 0.03 MB 125 10
160,072 160,072 0000000000000a8282e4de1ba04d4b372bce4ac533396658eb2feda5254dcf17 0.02 MB 58 54
160,071 160,071 00000000000009994c471a4d73796f2e855042233f7032351386d9aaab45fa6e 0.00 MB 1 0
160,070 160,070 00000000000007b018a89d6a73ad1cb863603c2202e95bb275d0494dc7fb4b9b 0.01 MB 24 291
160,069 160,069 00000000000006d6e3808e9f5fd4f67b05f61f516b903e7443516abbbacd8125 0.00 MB 11 67
160,068 160,068 0000000000000d78500c61c753d34ab7e75b11d67d64e3addbc470afadd0308d 0.00 MB 4 0
160,067 160,067 00000000000002d5eb45a45014ad550ae837efb348049edd6769e7e11873c769 0.01 MB 12 69
160,066 160,066 00000000000002bde1525ce9f31d796156c41ad8b15faade4005318a2563d119 0.00 MB 11 52
160,065 160,065 000000000000094b4aa2a715c638a23673cf3bed8c0238c9cf0755d4f7c2eb47 0.00 MB 9 33
Previous 10 blocks ↓
Total Size: 769.03 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,624.97 GB sent, 93.01 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.