Memory Pool Memory Pool Refreshing

4,202 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,706 (763,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,828 143,828 00000000000000150d3621b1187a0d047d1e6ae1e85c234757a48300fc47b1e9 0.01 MB 32 42
143,827 143,827 000000000000096e2440ce924fa6f774afa1630032e457474080a67e35548e9d 0.01 MB 27 6
143,826 143,826 00000000000007b9deae6f33f0602ae232b50f41d71a933a5e7a33b4b4ba0593 0.03 MB 68 116
143,825 143,825 00000000000008425dfa9224f4fa6db832a2e3c188f3a746ffd665611a30241f 0.00 MB 13 197
143,824 143,824 00000000000006c420ba350b7c73bdde9b46bc35582ba39416757d96e5bdb1ad 0.02 MB 47 161
143,823 143,823 00000000000008feb23b03cdb017525159e774b71b2153058a8df20a09283a9c 0.03 MB 94 41
143,822 143,822 00000000000001f9dd85c1c32a22cdaa21c010b9ea71e9f113a08570eb3a3c66 0.01 MB 7 1,511
143,821 143,821 000000000000058ca60a35879f08bab9e8ce35880092c1bc2d0e915d0dd170cf 0.02 MB 59 241
143,820 143,820 00000000000006397c827e74594e91e363bc2722cd45866ef461a4f876e397f8 0.00 MB 1 0
143,819 143,819 00000000000000ba25904a81fe3340547c737bfa87577fb4cdb1cd93bd41d25c 0.00 MB 5 1,113
143,818 143,818 0000000000000184a387aef06975373641d16c09cc11a8d5a7fbd189f132d2a9 0.03 MB 84 49
143,817 143,817 0000000000000453b1f79d512d35e0689727b9fa7ccf38b43c6c6e4a440fa1ba 0.03 MB 72 141
143,816 143,816 0000000000000106883f960a2527e37b6c93b1cc2416ef280cc0c885e9c38d41 0.01 MB 23 253
143,815 143,815 000000000000004519593287fb948d8bd192e234c92fb603019edc16b075e45f 0.02 MB 32 210
143,814 143,814 00000000000000dd75c4a706bb2006dd9d2fdc159befbde8112f8d2ec06ca881 0.00 MB 11 382
143,813 143,813 00000000000003fbf7e34d2c675c1d58d5a001c49d988cfa85a257e5948c5ce3 0.00 MB 17 275
143,812 143,812 000000000000077c0978ec7f4406624ea48f0ba5580e8e9d5a5211481431c51f 0.02 MB 69 163
143,811 143,811 000000000000033ea0c4300cf28c2b19124ddee39695aac36fe8632da9683c76 0.03 MB 104 194
143,810 143,810 00000000000006fd5954df866876c8eb99e33bfeb7398dccf613f4997141cfac 0.00 MB 15 248
143,809 143,809 00000000000001501f6d71a937fd330a183b5971af0607e106545e79fe2a309c 0.01 MB 31 56
143,808 143,808 000000000000083d01ec94004a2b5caf0194e143b877d8a61a8e463266c49ee3 0.01 MB 26 269
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.64 GB sent, 92.79 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.