Memory Pool Memory Pool Refreshing

615 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 587 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (83,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,959 823,959 0000000000000000000035772df02ec3a73a00899be7f1e532cadd1bebec4175 1.69 MB 2,661 139
823,958 823,958 000000000000000000016a0e9de0237877b05853914bc68db2dab12177457c81 1.61 MB 2,625 130
823,957 823,957 00000000000000000000b76e4cb2f752efa747f25b33e51069ea8e2367800dfd 1.69 MB 3,634 97
823,956 823,956 00000000000000000000d56cca347a5f83daa28ff0266e2750d6fe23285846f1 1.61 MB 2,929 112
823,955 823,955 0000000000000000000065410e803b02d8d83b3183df030cd8d4332d41e06a6e 1.63 MB 2,324 73
823,954 823,954 000000000000000000027aa1e5618cd2073399f2aa0f9a6308f2d356e80b9036 1.60 MB 3,252 126
823,953 823,953 00000000000000000002e4ecb99893d617709df6ba58aac991ca7a6051103312 1.77 MB 3,281 84
823,952 823,952 000000000000000000001145418b00a17e9bbf0cf0f4bffd439d98edb2ddf857 1.75 MB 3,852 83
823,951 823,951 000000000000000000020f86c544092340adeb4d3ba6c12c4cf7687d526d8d6e 1.82 MB 3,696 85
823,950 823,950 00000000000000000002d10bcb10eab841bc6b73464ef8ccdeea3e5555b2fc45 1.83 MB 2,595 67
823,949 823,949 00000000000000000003af5598db974139ecec396a5647d8af492cc8f88761ed 1.80 MB 3,296 75
823,948 823,948 000000000000000000030b31ad4f0aded43d599f2f70d38782c9720de775fe20 1.70 MB 3,307 95
823,947 823,947 0000000000000000000298c6702212b50825a5bcd0d2b1bab201c8d04059a05b 1.93 MB 4,196 87
823,946 823,946 00000000000000000001ac3a60252950fe6bcd47854458aed751c068153541b7 1.77 MB 2,894 80
823,945 823,945 000000000000000000009032f4c9c0b21ba0c70b200dc7effbcb044ed7d0c2fe 1.79 MB 3,273 104
823,944 823,944 00000000000000000001da2b044b4cbe5bc61123a6d75d7847a46b80db533595 1.55 MB 2,458 97
823,943 823,943 000000000000000000013ca793263b942828c09fabec6c053fba7eb8e2b8b411 1.60 MB 3,237 102
823,942 823,942 00000000000000000000f5a06aae1047582e6ee53ecf8351409865379ecd77a3 1.56 MB 3,052 187
823,941 823,941 00000000000000000003bd5d58864e6a05273e407668f809efc065115cf5c483 1.54 MB 3,104 155
823,940 823,940 00000000000000000003d8679516f68254e7409c54f9409abb316799b6b70ba4 1.79 MB 4,228 106
823,939 823,939 00000000000000000000392c437cc9d28ad04c6c55075a01b07c95e1fdbe8e5a 1.85 MB 3,984 82
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.61 GB sent, 92.77 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.