Memory Pool Memory Pool Refreshing

1,826 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,623 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (848,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,522 60,522 0000000007b8f661300e52e5030ac4cec1ec7810e4002925c61e0987fe71616f 0.00 MB 2 0
60,521 60,521 0000000000611236a5ca000f86b734fdfb76517c687c65216a51cbb691eea6ed 0.00 MB 1 0
60,520 60,520 0000000005c672f185db1078cec7ec9dc06f141adcf27f44bf7f5226cc1d31f2 0.00 MB 1 0
60,519 60,519 00000000061a7b26ffad0c03a7fe17889cb0992cd27591362333f481e6f4adc0 0.00 MB 1 0
60,518 60,518 000000000904574b54eb3bb5bd3ae970bc1d22d428379610a95097846a7598e8 0.00 MB 1 0
60,517 60,517 0000000000bee2c8a768a37be523c36e33f50a0382300e7772ff38cb03f566de 0.00 MB 1 0
60,516 60,516 000000000e6e6d08372448d2f677fb1410577b63bfc1399e78a6a433a152780c 0.00 MB 1 0
60,515 60,515 000000000d52d93f1cd15823cd377bc8a7c5a45afee4d0064068f769b6f8ba02 0.00 MB 1 0
60,514 60,514 000000000e2b9e09aa0841c5cb39855ecb4695e32546b03a233d318fb72713a1 0.00 MB 1 0
60,513 60,513 0000000000f1cab8f9d75aef8a5b1c4918116b67274c627746d46ee7593c8d19 0.00 MB 2 0
60,512 60,512 000000000d2165b4961294e20906fc14fab04e1a87f4c1b7677b443309bb263a 0.00 MB 1 0
60,511 60,511 00000000074777025a410e2a07bc84308f957a98121ce136f93d9a76d0bf2abb 0.00 MB 2 0
60,510 60,510 000000000bfcc550cdbd8de135e9f1b2b6f089de0d0806e1e7af496a06e23061 0.00 MB 1 0
60,509 60,509 00000000047a8345003dbd3dd54db25d0b3800d5705a98a90ffb84e53c4fc3b6 0.00 MB 1 0
60,508 60,508 0000000004a16a0adf9d06f5640b40a4c5447a8477538c6417fa47ea8c8a0b47 0.00 MB 1 0
60,507 60,507 0000000005a2b914e1a39896ab763c4e56f3bbe00025baf755930e69b166c0e4 0.00 MB 1 0
60,506 60,506 000000000680f24ecea73b8a05db2c800d8a4b5142143149a3f6965f9e8a2bc9 0.00 MB 1 0
60,505 60,505 000000000d4265f34e8c84c097aaabe11f26aff4319e5f3233e349cf451a3312 0.00 MB 1 0
60,504 60,504 0000000004e48aa15cba5a78f16d4d8e963be7a2c7405941f62ce120ba13c3af 0.00 MB 2 0
60,503 60,503 00000000092a381b32b1b0f434fc8d65fe58d8ababbec39df6f2d8e45e73f013 0.00 MB 2 0
60,502 60,502 00000000001bae7763d51b9d8fb0e8e1a6d087cd01acadd9eedd1f1132056fe1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.18 GB sent, 101.20 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.