Memory Pool Memory Pool Refreshing

6,502 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,148 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (762,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,026 145,026 00000000000005688651d978b72e511bc67aa2a87bb51d77a1e433c2d439e2e2 0.04 MB 119 149
145,025 145,025 0000000000000286c8f13c78e5025c4b23e95557cace7740c74a59b370b39242 0.00 MB 12 16
145,024 145,024 0000000000000913bb5dbe69694bc03d0d36277be875aeba7f5fbaaad4a4c4b5 0.06 MB 75 75
145,023 145,023 00000000000002aa4b2423b6e682417ab9fdc68316c1fdea3dedbebd92b1f1fa 0.04 MB 91 302
145,022 145,022 0000000000000894a61d0683624a5b363cf07f3404c014b799d8d07f2eb52b7d 0.02 MB 28 190
145,021 145,021 00000000000007538c0e6200961c4c8a2d7447885f4b33817abdd564482c2e2c 0.01 MB 13 254
145,020 145,020 000000000000037254b6afd7ff2c7dbf18de261eea856f3a6ac1f1ce96d11a8d 0.05 MB 82 44
145,019 145,019 0000000000000892943ab3ceb02c6732dd23b7aee447cb54f84f973c3beba9ec 0.03 MB 78 98
145,018 145,018 0000000000000113c52386286a5fd2df3d72e4432eaa9b5159f9f7f8d1d8760c 0.02 MB 25 394
145,017 145,017 000000000000069889a41526a45d7e03d85f69a71bdd1f8ad9391ba3c355296d 0.01 MB 29 105
145,016 145,016 000000000000020f1fefdb1c021666ada7341247a943a4817bab53747021380c 0.02 MB 89 86
145,015 145,015 000000000000095ce0662394818ad1552e64a1479afc633ba8e49d5aa1a0f9a8 0.01 MB 23 71
145,014 145,014 000000000000068299f1b4c01702f5c767c7bd64719bd6093a53187d1169ee1e 0.00 MB 4 0
145,013 145,013 000000000000040eebab20dd5ff54bda480f2a4215b2fb49054d8d380afa7a16 0.00 MB 12 0
145,012 145,012 00000000000006c102ac61a09efcd0a3571e8ad98c03bcfb41676d932f402ed0 0.00 MB 10 353
145,011 145,011 00000000000001c2c40dd40bbbd24b34468022096c307c3be5e30a830df74603 0.02 MB 34 68
145,010 145,010 0000000000000158f8cecb49dee0382f806580f953fcefce8751c4873b964386 0.05 MB 96 220
145,009 145,009 0000000000000329366a90fe462f32c8d50e3a03744cefdbb2205b7fee8ecba3 0.00 MB 1 0
145,008 145,008 00000000000009234e7da256885d7d021000b153735952351a1a514692f13d5b 0.01 MB 9 15
145,007 145,007 00000000000003fc97aef7b7b006e2f10d49b24b0e755ce848c10902eacb1f58 0.10 MB 9 86
145,006 145,006 000000000000053244c3dbccb66a6cd3ec2ac9fcf27633e5e7231ea9d243332d 0.02 MB 34 157
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.90 GB sent, 93.05 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.