Memory Pool Memory Pool Refreshing

3,464 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (767,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,833 139,833 000000000000018b168ce8e85677eca1036ba891508f35cccdbf2abf80389950 0.00 MB 16 25
139,832 139,832 000000000000065b674156080a01c8bfc7aa9e1f4ec63407b6d6e315b42d3317 0.01 MB 40 84
139,831 139,831 00000000000001498025275d8a232d008b6dba01b634f3051ccb28095a40f2f1 0.01 MB 7 246
139,830 139,830 000000000000017fce98528f927b2ae3c8ab802737d982f39f77f2ee333ff1af 0.01 MB 29 267
139,829 139,829 00000000000008b4b4e7c77b6c5e1f3704fc3569b9ec2860e2866515bec8261c 0.04 MB 137 41
139,828 139,828 0000000000000192c81abb6d058127c01becb1676b170b1bc2d61ef222516f5d 0.05 MB 79 226
139,827 139,827 00000000000008c2d369b643d674a26a8d873ba98b3dab8e6edba5ade0fee65a 0.03 MB 65 157
139,826 139,826 00000000000008c7be03f7f2f7e986db5ac729fc9035751c1b87b644eee115c6 0.00 MB 5 96
139,825 139,825 000000000000052ea07ccbaad9d6c4dd9d5c04b491e1da1e119d510266c69b7c 0.01 MB 17 72
139,824 139,824 00000000000008a6de6ef6c43cd7a0b472df9d98ac63e8cadc01e99a41ec0ea7 0.00 MB 3 96
139,823 139,823 000000000000046358638277586163290a28f471ca85c80f30fadff32137d1b5 0.01 MB 7 58
139,822 139,822 000000000000082d0edb3a6f42fc41431eab657ef8379b3c1f7c96eff1d522c4 0.00 MB 13 3,587
139,821 139,821 00000000000005a7ea9f85696dfdbf43452aaa3841f7f8980e0b223af953c072 0.02 MB 65 106
139,820 139,820 000000000000015735715f8b92470e8da842a406459be2818566bff7ba6b38c2 0.01 MB 41 278
139,819 139,819 000000000000030192bfebca56b0904929cc3483e4e18fb8d510031f45231b0d 0.00 MB 10 207
139,818 139,818 0000000000000414bcaea6095a230e9dafb7f90daacc1dd78fe18a2cc026384f 0.02 MB 41 96
139,817 139,817 0000000000000401847a1b3510a6f9237f5c04fab4e41e05261025a4a0b741b9 0.03 MB 28 583
139,816 139,816 00000000000006419e243499e5023d6cd7ed0bf8fafc9038dc3b53a8ae3816ae 0.00 MB 11 324
139,815 139,815 0000000000000043ec507a2908df37cf81065746eb2ef3f6e7394e7cf38f9d87 0.01 MB 9 220
139,814 139,814 00000000000007d7aa3af7687edc51e5ff9b7b9c6df51eca7eb5d9f141944f97 0.04 MB 114 162
139,813 139,813 000000000000069b1e71cc4c199c46ac736c869479229e11214a44a21a354357 0.03 MB 81 191
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.