Memory Pool Memory Pool Refreshing

2,842 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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 1.00 vMB 2,231 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (296,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,776 610,776 0000000000000000000931e0c78356295479aa7fdf19334da09d1fffc0aeedfa 0.80 MB 1,488 13
610,775 610,775 00000000000000000006f836024fc18a84f8234e122154b76f9e4debedfada48 0.32 MB 812 16
610,774 610,774 0000000000000000000f04ee71146f435a4d04f13ef9e94fe4c714e4c93ab9b3 1.14 MB 2,830 8
610,773 610,773 0000000000000000000dc2cbf16e55e1b39846bc75f999905c05dda413d24d94 1.22 MB 2,776 9
610,772 610,772 00000000000000000012b76953fe3d9fe13d4eff70af2c194a5f556ac6842d79 1.09 MB 1,360 8
610,771 610,771 00000000000000000005aa2ab5d34455f520ba99a9efe5cca824a6bbb0acc5d5 1.07 MB 1,637 16
610,770 610,770 0000000000000000000c0f2cc61ade020f0f8cde23c9019b4b1da4e480699bb1 1.03 MB 1,059 50
610,769 610,769 0000000000000000000ddfdc0ad1dc57a28eb629aa78e906459a75a9ffd2c9ce 0.04 MB 99 16
610,768 610,768 00000000000000000011c708d9cb06df874f2355bc4fb46334a1dfdf113469a5 1.10 MB 2,424 8
610,767 610,767 0000000000000000000669cf670b4ad038b607c09cf97599ec15442d3d653efb 1.34 MB 2,955 7
610,766 610,766 00000000000000000003614a22ea9926bb8e4a699eef77e2cf990650b55d63b3 1.32 MB 1,829 7
610,765 610,765 00000000000000000002a78cd3ff99d600035c90b8b7d09ae3d0cb19ee74ce9d 1.14 MB 1,381 7
610,764 610,764 00000000000000000005ea27b81b6aba0101f7043c4e188b90ea08238b124065 1.27 MB 2,777 11
610,763 610,763 0000000000000000000bc264b270ca467d26905654cc928090806eff6d548978 1.55 MB 1,767 19
610,762 610,762 00000000000000000001ec08c11cbc17809af6ce3af88ca394f3a43190b3ebda 0.48 MB 1,188 14
610,761 610,761 0000000000000000001575b863ff0f7967609bfab1df98397eb05428ccb802d8 0.87 MB 1,917 4
610,760 610,760 00000000000000000005bea58cefb96e287e562379775742b0cfa45a49181285 1.29 MB 3,086 13
610,759 610,759 00000000000000000011611d40c4c0b09ab1519e1c2268ded3ca54f703e5ace9 0.41 MB 937 8
610,758 610,758 000000000000000000060f289a5f770ecf88adad981af27536d32c43dd47c743 0.48 MB 1,189 8
610,757 610,757 0000000000000000000a3b90d1cb0fb1da843d56290b083b6ea582abba9a6d61 0.28 MB 625 11
610,756 610,756 00000000000000000010067bc6f2fb532b4bd28a9c10d50a93dc6ab1404aac38 0.90 MB 2,242 11
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.59 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.