Memory Pool Memory Pool Refreshing

11,345 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,577 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,790 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,576 (858,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,499 50,499 00000000146392ffc93f835bae1fd5beb09c57b80105f5a9dd2353da340fd663 0.00 MB 1 0
50,498 50,498 000000000805d303903dcb3af87ed85b7c36760d9223ba10d8ac8b4943df1755 0.00 MB 1 0
50,497 50,497 000000001d01a7978d6a284d4cc47f9bcbffc8c323370a12d372f28f99af2698 0.00 MB 2 0
50,496 50,496 00000000058c1dc3fced8ae842ae42e3af0f87a7dc6a8d4b082a63f4f73cfa37 0.00 MB 2 0
50,495 50,495 0000000012ac3eca0da7fd25978bc1f11fdebaf0e9cfa4f38c41fb004de983c7 0.00 MB 1 0
50,494 50,494 000000001e72e536420dd49f4af9cf114bd7b659210b19f8219368ac30c40c30 0.00 MB 1 0
50,493 50,493 000000000d68d97bf6e583df5610c781c7f36d233ead2fe165b046b2f06daac2 0.00 MB 1 0
50,492 50,492 000000001bf13fba0a9d349ebe5d3b95a76cc896335c10124d1726e9f9515fe0 0.00 MB 1 0
50,491 50,491 00000000099b893a9d4900749a44aee665e52c4963379d6c4512dc403e7e2593 0.00 MB 1 0
50,490 50,490 00000000055284d8ad2be3bebe93952a002451ed72be618eebd1c51e50d6b684 0.00 MB 1 0
50,489 50,489 0000000002e750d798a59beabe28e3c5fe39954f9808750d096a4e4bbf65bdd5 0.00 MB 1 0
50,488 50,488 000000001c59c9c9b84e1269cdf3b40c43145bdb8a268c6e842760ca39e88f63 0.00 MB 1 0
50,487 50,487 000000001d84487e29eafb19833210f2fa5be546205265bfbdabe77ea833de5e 0.00 MB 1 0
50,486 50,486 0000000002632487f7f0b8fd2fbb241a623814564144807c7e5bf4dd1dc656ab 0.00 MB 1 0
50,485 50,485 00000000006ee79c3995d31189896e79c8f82740aa86be5e3cc258a8355e5a3d 0.00 MB 1 0
50,484 50,484 0000000012ff98d8e35845edf3a74387bf04c56a5397e4c9aa5f58960bb5d851 0.00 MB 2 0
50,483 50,483 000000001e2c7bfecfc2f2aa8db5af4c6b67ceb852855551086dfc26f3576eaa 0.00 MB 1 0
50,482 50,482 0000000015f8591a27c9b2d433b9b2682e9e212c7d672e2232ba2e9981b4d257 0.00 MB 1 0
50,481 50,481 000000001e2c7b75fc603a9dc435495bbefe53391dd9eb73384fd3a86719c8ac 0.00 MB 1 0
50,480 50,480 00000000127fdaa50823331e8ac73899b6d729b2941011515a98f7c21fb89fd0 0.00 MB 1 0
50,479 50,479 000000000691d069d8153c1e97f80642ab2e0c95850f1e5a26ec7aabfa5ed0d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.43 GB sent, 100.85 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.