Memory Pool Memory Pool Refreshing

2,425 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,710 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (53,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,826 853,826 000000000000000000031063483b228ff8db70c940a4124f4f679c4f6a78a947 1.74 MB 3,289 6
853,825 853,825 00000000000000000002cc035e0b7926e3bb00ab52d0479ed8bab4b1adb0a81a 1.65 MB 7,125 4
853,824 853,824 000000000000000000028ff8630abdf20dc982e772a2229ebf6f3bacd1c85505 1.61 MB 5,398 5
853,823 853,823 00000000000000000000e23c1fe6bb38745465e9f9875043e539c4201b934566 1.54 MB 4,321 7
853,822 853,822 000000000000000000012db6c8c031e5b42f545f5a198ced7904cdf7f18ea9d4 1.45 MB 5,134 4
853,821 853,821 000000000000000000017371f82616eb587600708deda674157f8151c7273798 1.45 MB 5,997 5
853,820 853,820 000000000000000000028f00a81f0cffbc7e16fc643a73fce8732a143ace7606 1.52 MB 5,188 7
853,819 853,819 0000000000000000000173702f8d1c25d97ed5aa688b9937b69f751c3acad67f 1.59 MB 4,676 7
853,818 853,818 000000000000000000025a705662037c35d42977875987a537863ad00478d1d4 1.57 MB 3,570 5
853,817 853,817 00000000000000000000592877c45351a8ad91e6b6bee0d4e7254856397928ba 1.58 MB 4,954 6
853,816 853,816 0000000000000000000033314b6c7aefe042de01ebc7ae3f1a51143583b015b1 1.63 MB 7,019 5
853,815 853,815 00000000000000000000c356a450ab5683b3e85f404cd391c12a156119fc72be 1.67 MB 6,018 4
853,814 853,814 000000000000000000024fb1d9a32eb96bfa84e981bcdb16beb0eda0d7f1aab7 1.60 MB 4,684 4
853,813 853,813 000000000000000000011c6e5b73d66d6c74c7ed938c6b3594d503836f43202e 1.63 MB 6,363 4
853,812 853,812 00000000000000000002e02532ac2b3ca9c88b8a085a7598688cdb1479d21024 1.63 MB 5,651 3
853,811 853,811 000000000000000000036956ba721ac5cef3c870e4f1f88dd5b5e63ae27237f3 1.64 MB 2,905 8
853,810 853,810 000000000000000000013c30b56653e4be1e13cf6957817ce4f583f2ab6281f5 1.67 MB 3,207 6
853,809 853,809 00000000000000000002509a7b08259abc84b40d7875ef89d87926d49b6ffda3 1.63 MB 6,418 4
853,808 853,808 000000000000000000032d6d8cc57b418eadd0c169799bfcf7f26525c418c9d9 1.48 MB 2,388 6
853,807 853,807 00000000000000000002dbd8c1029044547443d26a75a0370efd242850ecf9f8 1.65 MB 3,239 7
853,806 853,806 000000000000000000007b0c391f31e595a5de95533ac4cd35663ac2c223c90c 1.60 MB 6,877 3
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.70 GB sent, 92.81 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.