Memory Pool Memory Pool Refreshing

3,917 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (714,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,670 193,670 000000000000062b693fdb6b913841c68dfaab26b8cfa98f6004e1309c9ac79c 0.11 MB 195 138
193,669 193,669 0000000000000000b50a0feba39f75ce8800d57827c6c8fa917df5507998ec48 0.08 MB 218 147
193,668 193,668 000000000000069604ce40e99b047dc72ea52a680f6a446060e5590b828b3f87 0.25 MB 553 114
193,667 193,667 000000000000041ec7f7acf30e6d0ad619245519879e08d0d1decaadeb4c599c 0.00 MB 9 15
193,666 193,666 000000000000031d1fb69ef16215811ab966e7d74c7ae6750a39041ee3eda9c5 0.25 MB 603 143
193,665 193,665 00000000000000edef9c3c0a6b9686fdccb14cd0e1653f7cc222e15d66076e5c 0.03 MB 100 38
193,664 193,664 0000000000000101d72ad5144e9253520507873746b4a71be098db3a5893e5a2 0.25 MB 528 113
193,663 193,663 00000000000002ceefcda5dede2f217a27e3ea088265b3802de719935651340a 0.13 MB 201 128
193,662 193,662 00000000000004a0dc429d26534b8e3c5902602687becff84f01c240a896f6e2 0.00 MB 13 367
193,661 193,661 000000000000035af0c1a8d90eb4fd0179a86f7e8a1023ff7dd3c3a528c242aa 0.25 MB 800 197
193,660 193,660 00000000000007140f25484b76510a1f35661db0374ef1396766d4687a9fb9f3 0.00 MB 6 44
193,659 193,659 0000000000000030aaeccff62ccb74434075fb4128dcc83ff35aa890983c5730 0.00 MB 9 116
193,658 193,658 000000000000071430d20ab80caf2392d4036d96b0d72286fee34bc73bc2dfcd 0.05 MB 128 158
193,657 193,657 00000000000001a473da539d4cbd1231d3ab645c91771fbe60454f7649cba49b 0.03 MB 84 35
193,656 193,656 000000000000071b6d89013574e079def7993665b6ad35b59e3b83df2aeaf2e1 0.05 MB 119 106
193,655 193,655 0000000000000467c59204d77edc203038e4a0b673a311cdd44026125f428eba 0.07 MB 178 123
193,654 193,654 00000000000006b3475ee572bcebe8edc3e1b63d1ec3d0a3b5127d4a9091b5a3 0.15 MB 347 121
193,653 193,653 00000000000000d443dad6187f7358f0f90e9cff625d1cbf52a53bb6a1c6daab 0.05 MB 105 91
193,652 193,652 000000000000072e004abbbaa6e541f09a7c60aa17a0604abc9e1e09d13fce99 0.15 MB 301 99
193,651 193,651 000000000000012dbc8ec362df874f29b8f4b97219ebec2f40d10e43398271bd 0.04 MB 67 65
193,650 193,650 00000000000000862fa1d9896c752f8863a8fdbfcfb211810b6f4d4bce8fc4ba 0.08 MB 154 94
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.