Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,673 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,795 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,672 (764,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,409 143,409 00000000000008d66d641154f7cc11dce55dd0385f658cc35f57f77037a0bcee 0.05 MB 103 103
143,408 143,408 00000000000003a04ee0f7601784953ae091be5375bfa42c7611578ed9454cfa 0.01 MB 11 77
143,407 143,407 00000000000008debbd79abf8875f96f770fda36d1a24ff8b90354fcb97102f9 0.02 MB 56 382
143,406 143,406 000000000000076d87bb9613635889a7a3c48a54a9d1afebcdf84ba728bfc513 0.04 MB 120 156
143,405 143,405 00000000000000016b572b7a373b2695e48ebe62ce280757a413611ed79adba5 0.05 MB 127 220
143,404 143,404 0000000000000558abd961ba876acf1f91bfe211ccb9e3eb9bd961498bc1ff3b 0.00 MB 7 361
143,403 143,403 00000000000006d0c36ff898b9ab640687b3ed6383e38ff6c55de3e5902bd491 0.01 MB 37 299
143,402 143,402 000000000000094bf525bcd91b6b2bdc9a19abd5866353f419b622efaccf77d6 0.00 MB 7 157
143,401 143,401 00000000000007aea09857e7ac52f612ea35d24fd09e616c58b65963da5dd2f5 0.01 MB 14 222
143,400 143,400 00000000000005e12d1978728b97c85aa217a0deaff8864cd978046cbbd7a3e2 0.02 MB 40 282
143,399 143,399 000000000000033d5a5efe5e560cd51550f145e6d1cfc1d948e1891ea8b249bd 0.03 MB 86 248
143,398 143,398 000000000000043f40c3bb409532d0a2981864ec6ab7c22011e8f6bc858fa64b 0.01 MB 21 305
143,397 143,397 0000000000000126efe73ad6ba2ab94a899551032b31638f92959f05f722a4fb 0.04 MB 101 243
143,396 143,396 00000000000000df6216a67f0ac7d9851b2a4ca7b2131b7c402d52accfbb9bf2 0.00 MB 16 276
143,395 143,395 00000000000001e34c4b069029f75514da2919d58593378bf53a4a3f1ebac2e0 0.02 MB 29 111
143,394 143,394 00000000000005df5e7fa809f1702cde8bae458ce1905325968860827591fe25 0.02 MB 30 375
143,393 143,393 0000000000000223551f2bd0f721235cd44b111d33d545e954cfc668ccdd4fee 0.02 MB 56 344
143,392 143,392 00000000000003c7807cdc52ae9cc6b6fa7142c986b35cc28c823d4e641c4758 0.04 MB 106 471
143,391 143,391 0000000000000584fd394fa8ee8cdde8968729ae799f3c2cacfc28a42dd1ff14 0.02 MB 84 31
143,390 143,390 00000000000006491c75931f4e8f5dbf6e53f4cc2e6008c789a768fbe1a4ca0a 0.00 MB 12 850
143,389 143,389 00000000000005910dd2afd787a2bc6ac54f28b13dd340f1007ddd3dbe2ee8e6 0.05 MB 156 2
Previous 10 blocks ↓
Total Size: 768.93 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,604.07 GB sent, 92.43 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.