Memory Pool Memory Pool Refreshing

3,313 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,171 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (809,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,517 99,517 0000000000023d491d8f956218aa6582a34de2d967befcef106469d4cb83bc49 0.00 MB 1 0
99,516 99,516 0000000000008df46fb422b077b16882c47c085a8c649b9740cd59188e118298 0.00 MB 1 0
99,515 99,515 00000000000393525c334738b26d8472c7211ab0b440ffd0a8ee7df8b0a15582 0.00 MB 2 0
99,514 99,514 000000000000f1053ef7bc3dc9e2118c8e581f9cb6ada5e7a3a32696f900252c 0.00 MB 9 0
99,513 99,513 000000000000f66768c894d8b354797599c5fad0ceb1a2626c67045688b1eb7b 0.00 MB 1 0
99,512 99,512 000000000003b9186b0fb8278cbb6e0ce79aa5f7139eeb59722f734a601f1f03 0.00 MB 7 0
99,511 99,511 000000000001b091377af1c101b553c3c36f83addd4a4f31a6807610907d0bfa 0.00 MB 1 0
99,510 99,510 0000000000006652247380989322484b9ba5d489080d317c4833ebc2f560b446 0.00 MB 1 0
99,509 99,509 000000000001c65ac460d93eeb0ab5c114e51f2a04b439c4a9a77b90437414da 0.00 MB 1 0
99,508 99,508 0000000000023b68a456a1eaa0f1d193bb233f8fa4bf3edd9ae17a2cd1cc29bc 0.00 MB 2 0
99,507 99,507 000000000003c54e20494781a163ac0f795a8b086cb2f86030b278838e1c8589 0.00 MB 9 0
99,506 99,506 000000000000ea7e9cde5eaf11fb5ea91f6d255049f6793766e0a71b64b1258b 0.00 MB 1 0
99,505 99,505 000000000004120fe79007eeec71ea8dfc52984761c8291ae438c98b75c64ad7 0.00 MB 3 0
99,504 99,504 0000000000046a49c12bf0c500b212650214ab92469f9a64d84a39933ca1d145 0.00 MB 2 0
99,503 99,503 000000000000313b8418579f907b1ec695216b972f6c9f3a8c41e8ff6fff881e 0.00 MB 2 0
99,502 99,502 00000000000234f06145247a779c10cb6d2b949c595d6f7efba2794b23465c28 0.00 MB 1 0
99,501 99,501 0000000000029964c7d51f585238f335f4b921b460936efcdc350af7e2e45cd4 0.00 MB 1 0
99,500 99,500 000000000002e7ad7b9eef9479e4aabc65cb831269cc20d2632c13684406dee0 0.00 MB 1 0
99,499 99,499 000000000002710f40c87ec93d010a6fd95f42c59a2cbacc60b18cf6b7957535 0.00 MB 4 0
99,498 99,498 000000000001c295779551564ff52cb08331bdccb6aee5e32ffbe0f367e84ef1 0.00 MB 2 0
99,497 99,497 0000000000045a51588b4e7d18f94909e187dbc423cf95b52131dc9423e714ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.62 GB sent, 101.73 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.