Memory Pool Memory Pool Refreshing

3,412 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,526 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (168,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
739,764 739,764 0000000000000000000042f637922bfe8d237bce4f813f41e4b0fcd5a861eff9 1.65 MB 2,529 5
739,763 739,763 000000000000000000065fedb01de31d950788695d669296f65c2ffc527da75a 1.62 MB 2,982 19
739,762 739,762 00000000000000000007a546e51905f77859fbf2235c6b3c1f1d011feff12722 1.66 MB 3,016 6
739,761 739,761 000000000000000000039403063e0aa2270bff68b165803532c25075644cd5b1 1.50 MB 2,435 10
739,760 739,760 000000000000000000033d5bef993dbbcf0a6f851127a04ef97d3b684395b928 1.52 MB 3,098 18
739,759 739,759 00000000000000000006f38b505099b0e4853b4b6cd96a56cdedd173c2ff918f 1.97 MB 983 20
739,758 739,758 00000000000000000008fcc20b127b66c4b386b68db13c3fb42bdeecb9c425cc 1.68 MB 2,033 3
739,757 739,757 00000000000000000003726fabb06433894b036750d0f141383715681fbaa08a 1.53 MB 3,094 14
739,756 739,756 00000000000000000001fe109f95a3fb0e049068da7d5a5718e806155a810417 1.46 MB 2,350 14
739,755 739,755 00000000000000000008d33a90211e2841cbc30d781e85a47d0da0347907562c 1.33 MB 1,706 5
739,754 739,754 0000000000000000000269bb025e7a7324157cbe62187136753bff3be28f33c3 1.52 MB 3,029 7
739,753 739,753 0000000000000000000711c441e206157cf648682a0f88a027ae1b3ac986104b 1.60 MB 3,336 10
739,752 739,752 000000000000000000083099a347856165d1bbf24d417c554d2fa9e3c6191a08 1.64 MB 2,958 15
739,751 739,751 000000000000000000011067cff52c88477c372677fb736813333d49917cfeb5 0.65 MB 773 11
739,750 739,750 00000000000000000005f19433cfa6afa72b6dbfa3bfc0ba22aa033e103d9a82 0.92 MB 1,093 4
739,749 739,749 0000000000000000000853f5c9768a4d3942deac10fd2d6af02c2eb068e0a491 1.67 MB 2,930 15
739,748 739,748 00000000000000000008d5893a050c8f4855ef9366f1158fd2229fbe521cfe0b 1.16 MB 1,010 3
739,747 739,747 00000000000000000005139a3ec8b0c308ac4c919cc4cd8b416243942a2dd835 1.49 MB 2,812 7
739,746 739,746 00000000000000000004ea15d36bb1c11b379ebd259a6fd27ec64d83ebbafdd9 1.11 MB 580 7
739,745 739,745 0000000000000000000181fc609f38cfa20e94409679e3cec5e11251a6c86485 1.41 MB 2,512 7
739,744 739,744 00000000000000000004100fa217fddfae616a2c23129853f134891ea5b70af0 1.45 MB 2,642 16
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.69 GB sent, 94.74 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.