Memory Pool Memory Pool Refreshing

7,968 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (561,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,362 346,362 000000000000000006ed686ca897129f17fbfdd99964e49714cfbea3e158dbbe 0.71 MB 1,150 54
346,361 346,361 0000000000000000000ac4edf53975ff6662a1cd24865c5dbf36d1820c790c19 0.22 MB 441 44
346,360 346,360 0000000000000000013a33c4201f0e1dd0b49026f629a0f2f507eadd803ef5a7 0.75 MB 1,266 23
346,359 346,359 0000000000000000015b68e29db295fcfbc7e903ce732216068bfa5e6b597d0e 0.11 MB 256 31
346,358 346,358 00000000000000000c114174764d9de2ddc42136734c575f9092c181e63f05db 0.73 MB 1,181 20
346,357 346,357 000000000000000013c51759e54b4cac1a73442d732e7ba0e701e4c0b26f4598 0.33 MB 630 23
346,356 346,356 00000000000000000b0411d7613cc56c8be5abb39cc52a18098c3689e58c50f5 0.11 MB 119 16
346,355 346,355 00000000000000000e730212f43189856912812368d9776148013c5de5a2bf5f 0.22 MB 454 25
346,354 346,354 0000000000000000084cab2cba12e85cfbe524a8633845e3a5fcd2655cdc6125 0.23 MB 419 28
346,353 346,353 000000000000000007b40444ef75b9a9226e0a7b3304c4f9e19d56341c51e025 0.51 MB 814 19
346,352 346,352 00000000000000000b4249be059f44b7887dcf885332b947bcf2f2435f511144 0.09 MB 176 23
346,351 346,351 000000000000000006439d43d180920eb757e0612f9fefa6d7c9aef053f5fa1d 0.03 MB 70 27
346,350 346,350 00000000000000000f97e4e96c89c1fb50ecb8cba3781cf765681678dd20b68e 0.40 MB 667 83
346,349 346,349 0000000000000000018c85eadf4667da3e1e3f0d862d21b00946d83f998c369d 0.20 MB 550 37
346,348 346,348 000000000000000013caf359dd22443e29349adcaf12e1dc153212803cda1deb 0.17 MB 370 84
346,347 346,347 000000000000000008f979e15ad0481a07c9e08755be5ae1ed6f18ff171de12d 0.56 MB 869 22
346,346 346,346 00000000000000000b0aaa597276ba3b3755bdb294caa83b75353c71fed61846 0.06 MB 68 18
346,345 346,345 00000000000000000875ee8e8349ab844bfe134c6b4d5a82bbb42602c05baadb 0.19 MB 335 22
346,344 346,344 000000000000000003d06086f89c8c3548756c44fa2180c30b6446238daf4cf7 0.07 MB 91 16
346,343 346,343 0000000000000000168f7932ad73c839aecde73ba6c96f027d8e954a9bde5b6b 0.06 MB 54 4
346,342 346,342 000000000000000017680e9b6597601f4a066a11a4467590efaa75171d667bac 0.35 MB 629 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.