Memory Pool Memory Pool Refreshing

2,131 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,911 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,108 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,910 (712,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,522 195,522 00000000000004027909628a5635a06f4e0861503fe9a49254524d2689552588 0.04 MB 66 37
195,521 195,521 000000000000000804fe7d5675be2436fd987fe36d13bff148ec2cdf821b44dc 0.16 MB 420 123
195,520 195,520 000000000000045b6d41a8b0929179ff27354d18d556acb914e4911ee22600dd 0.10 MB 347 122
195,519 195,519 00000000000003e00b6a75cce7dc52e524c550e7f840dc1fd3d566b51a382705 0.12 MB 270 105
195,518 195,518 000000000000032656b30259001e55ba4f35a8d51120c2fa3721867b65fc3f92 0.25 MB 562 138
195,517 195,517 00000000000000be2b4b451647567bbbb9ad51d25e086043f2197418848e1e07 0.01 MB 32 6
195,516 195,516 00000000000001c5e0d1fc7f5842cd9a3a94043bba76c2372b07ee855f2ff833 0.25 MB 652 134
195,515 195,515 0000000000000429101d3c183a8a77dcb9753730a27388fe7f77fe8d00cdf7de 0.05 MB 132 176
195,514 195,514 000000000000071a6b4b01b7f0fa6a791f7da450c31e13d9da92190d153790b8 0.00 MB 13 10
195,513 195,513 0000000000000243a0943e0628cb1235f895cdddad78ca918796e25ffb32a1e6 0.06 MB 201 29
195,512 195,512 000000000000046a645af757c909edc7ae2c333d33458c0cf3b245ce3f38a03c 0.14 MB 360 276
195,511 195,511 00000000000006a14f95a54a374128c9b7965db1483988265136e2a836e43ebd 0.23 MB 447 146
195,510 195,510 00000000000007055285c5eab120d949220d86db09aca7981b15470413c178f6 0.01 MB 32 0
195,509 195,509 000000000000000123d75a6bd4fe881f48e90e66724c4a1222acb3b15dfbb30e 0.18 MB 663 155
195,508 195,508 000000000000044a2681c23569f664db9711ed483d9e44c8d82c0dbedf8084a9 0.25 MB 760 145
195,507 195,507 000000000000027d24dc59f43b14e8b7736b089da453d0121a0b5d6625794d19 0.25 MB 521 109
195,506 195,506 00000000000002819b177112238c4b5ad66af14440b6080375c4a7bcaae53740 0.13 MB 275 257
195,505 195,505 00000000000000362ac98031c23a12d51ad65db24b321f493683df27c081b114 0.03 MB 59 196
195,504 195,504 00000000000000d9e5d1359999df1b61b48af3efbdf3196a23e9f18ee3659c0e 0.08 MB 286 73
195,503 195,503 00000000000001077b4c9dce8548f32c310da1079f8f2b7b68d07272b61a37e7 0.01 MB 32 0
195,502 195,502 000000000000009455c7a1fd319053cfeb36a9921c4fcc6aed62e51f0f90c6f0 0.05 MB 123 85
Previous 10 blocks ↓
Total Size: 769.37 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,643.95 GB sent, 94.82 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.