Memory Pool Memory Pool Refreshing

8,990 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (768,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,522 139,522 00000000000007ce4ac7d9e5c124241f798596de1af39290fbcbb710b6d96edb 0.01 MB 41 137
139,521 139,521 000000000000004e45c1f18cc62768a367a34888ecf1c239202a68bd24807392 0.00 MB 12 0
139,520 139,520 00000000000007e611bcd78f32be0c315efcd8a51d68c6739b3a74d16a329d23 0.04 MB 68 92
139,519 139,519 0000000000000818724915fe22a0a1dd69f29f9714c1ad1d264d327110864120 0.01 MB 35 83
139,518 139,518 0000000000000866af10a664880cbada9dd96309436c93c966a40a3fd8e5fbcf 0.00 MB 12 356
139,517 139,517 000000000000056d215e8a0b24cba93662760bc70d9a7a07dbccc01a76415534 0.02 MB 29 118
139,516 139,516 000000000000039834154c6a7f93a485a82b861478474eafedc78b502a6e6bb8 0.03 MB 76 240
139,515 139,515 00000000000003285ac9b982cdbb2b4f3011bbd05a6dbb5c0b2c248cb3870f4f 0.01 MB 10 192
139,514 139,514 00000000000006f69e5c8394cc9e3916745b2d9f1a8b05999403273e5cc895ad 0.01 MB 48 7
139,513 139,513 00000000000004a84360b4bc1df056fe435a9f2ae129be7d114571df415968f2 0.07 MB 147 189
139,512 139,512 000000000000045eee07487d97c206acd94797593f8407a0ab2aa46ce346249b 0.03 MB 51 29
139,511 139,511 000000000000014f0394dca98b8462e20340d0dd6062ad4b4d7e428d6df73a59 0.05 MB 53 842
139,510 139,510 00000000000005b413a4e7a415d36cfaa12ae91401d4837f3ade93ecf0787c24 0.03 MB 55 48
139,509 139,509 00000000000002f06dbd8d46d9169ef3e831bc4ba43840b4afbf068b62716d93 0.00 MB 8 955
139,508 139,508 000000000000033c22480f269609bb6fe05bdfeef04af9d7c0b4e751ceae3a4f 0.01 MB 17 750
139,507 139,507 000000000000045d1f801ba6ed692d2643b84c77e88f252c49647dfd7baa1d83 0.05 MB 117 164
139,506 139,506 00000000000004d537a40d34bcebe6773590be8c227d73107c39922e84d6e2de 0.03 MB 67 606
139,505 139,505 00000000000003a537c4939a1c3a2d38acc235ed7819df3b19b681acc701b04a 0.01 MB 18 198
139,504 139,504 00000000000003dece95346b2150c30f7b033034b49e4302fb0b21c7b973a539 0.01 MB 20 19
139,503 139,503 000000000000069c5b67a2fefd0b04e571e817eaa4c94c8d9eba6b9350fd512c 0.01 MB 24 106
139,502 139,502 000000000000014e51ffc736491f0a8c2053414f7178849e25422bbba163fcf6 0.01 MB 37 90
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.