Memory Pool Memory Pool Refreshing

9,835 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,084 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (46,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,015 861,015 0000000000000000000039cbde59fb1bbc01a17ea1869a878156af021ec8d2f3 1.76 MB 3,483 3
861,014 861,014 000000000000000000027f9f6e94aab70953a0e37eeab57537bd2f8905b9b7ab 1.60 MB 3,219 6
861,013 861,013 00000000000000000002260565393bc1248997066c9ff53526cbded2341db8b4 1.68 MB 4,420 3
861,012 861,012 00000000000000000001e84204c8ca8bb47a0c3b6621515105040f127684914b 1.77 MB 5,724 2
861,011 861,011 00000000000000000000221cc6d61b8355a86b70f204feebc8a2323f41de6531 1.68 MB 5,519 4
861,010 861,010 000000000000000000022c5b161711aec97f23b1babc9e6f8f0f26255f4337fc 1.65 MB 7,944 2
861,009 861,009 0000000000000000000290ad9da23af43346c757d0e8622042b123abdc6baff7 1.75 MB 2,649 2
861,008 861,008 00000000000000000001148af9dff8851a0a006e971c6c985d5a3ec1a4c3a512 1.48 MB 3,192 7
861,007 861,007 000000000000000000012fe28ab619c548a23c66f314080ce858fee915ad28f5 1.60 MB 4,385 4
861,006 861,006 00000000000000000001b141d5c2b0740a5123f4db798ec5ef9a51bc5ce8d49f 1.81 MB 5,821 3
861,005 861,005 00000000000000000001f2b0f6afe37dc7cdffba7534150c8e06ca9d2571b544 1.58 MB 3,635 4
861,004 861,004 00000000000000000001a7e80719e1e2fc38ff37f06c60e315bc49423f91e4cb 1.58 MB 3,883 8
861,003 861,003 00000000000000000002a1033cd101b81c88033ac8e28b3b45bbb8518f9170ce 1.80 MB 3,762 4
861,002 861,002 00000000000000000002991fb90c0bc588630e1eef9473dbcb5e04419ab4e5f7 1.68 MB 6,848 2
861,001 861,001 0000000000000000000165650ae9b6d226e710ac667418fce97c82240d78a633 1.56 MB 4,744 5
861,000 861,000 00000000000000000001b03f46d47a234d8d5e42a8d52338e993e83e39fbea1b 1.56 MB 3,425 6
860,999 860,999 00000000000000000002a3c3b25d23f23e393283a045931252df0cebc58a91fe 1.60 MB 7,031 2
860,998 860,998 0000000000000000000034c8ffd72cfc4423a0608de37f906e89f2380c2b2748 1.54 MB 6,123 4
860,997 860,997 0000000000000000000283196ebdf4df8c8591724b33b7cfb04def9140444227 1.63 MB 4,791 5
860,996 860,996 000000000000000000012b6e9bcc2ab35366a5b2ed22cf8bce2fdf3a225d48c0 1.53 MB 2,983 85
860,995 860,995 000000000000000000029ce7d669db10a69c4fb5bfc5c0effcd8fb763346e212 1.54 MB 6,314 3
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.66 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.