Memory Pool Memory Pool Refreshing

7,336 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,430 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (181,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,448 726,448 000000000000000000072af37e31e33ed8d6471325f3749a9b218733cf5e74eb 0.25 MB 265 4
726,447 726,447 0000000000000000000028e4e13876deb8f792d1c3d496a0542a80edc2fd7583 1.51 MB 2,685 8
726,446 726,446 00000000000000000006cb041f784d23a0126bd8736cf0d33a41ed8dfcf78da0 1.44 MB 1,060 12
726,445 726,445 0000000000000000000210cb603dc596d96b312fd71b3713edf693ea603a5d6d 1.19 MB 1,029 8
726,444 726,444 000000000000000000052db50537995da1fe08ee7e58a3c74ae3339cc90ae200 0.90 MB 606 7
726,443 726,443 0000000000000000000952bc030e3fdfcbc0c8af90bfbd6653deb134f589309d 1.23 MB 2,696 4
726,442 726,442 00000000000000000007771381739efc52ce9bc9b9b20350c43a22f8f0ebb38f 1.47 MB 2,715 10
726,441 726,441 00000000000000000002d4229d665e9041e80611ce577c05829e88736173fc47 1.49 MB 3,125 12
726,440 726,440 00000000000000000004d1b542a453411fc2c7fb5ab171dd56082ab26d083e4a 1.55 MB 2,224 4
726,439 726,439 00000000000000000007c041508b04b519dde198e4fa61edb2d1f2777910b069 1.50 MB 3,702 8
726,438 726,438 000000000000000000093b4e33990b1760d8ad6b9e9c7dbea4cb5bd3ef1c10ad 1.51 MB 3,199 7
726,437 726,437 00000000000000000007de378fc1509474acea3b18c1d4194f51df57c312b5cd 1.65 MB 2,385 24
726,436 726,436 00000000000000000009aef6ad1cba01e29e89acac0bc12b5412f9f2fa3c23cc 1.50 MB 2,296 7
726,435 726,435 000000000000000000005c040918f47cd956caa1d6cbc93430afc4fde71b7eb4 1.56 MB 3,085 14
726,434 726,434 000000000000000000074b5c634ee2038d3e8f98fc8df2bf5874105fed4661c1 1.75 MB 1,261 9
726,433 726,433 00000000000000000001478a73c21e279093cac330559beb58c93856da3dc81e 1.34 MB 1,765 6
726,432 726,432 00000000000000000009166a695da051ae949013b1df1ceb5d5047ec099c2f1e 0.10 MB 106 6
726,431 726,431 0000000000000000000412c28c2082785eebd5d8ea1b63f4e78c284572d75acf 1.32 MB 1,513 4
726,430 726,430 00000000000000000002fbba22eb5d9d48137d34611840f732df5943553d1572 1.39 MB 1,755 8
726,429 726,429 00000000000000000006bdadbb67aad05d439cc5c4f9f47e84155e55a53e9ee1 1.30 MB 1,832 6
726,428 726,428 0000000000000000000578d1266865ebd634f569df969833849ebb45bb240043 1.55 MB 2,823 11
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.38 GB sent, 92.71 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.