Memory Pool Memory Pool Refreshing

4,209 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,328 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (286,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
621,441 621,441 00000000000000000004e0cd577d5938a5daf0bb66801111ef7d64d4ce3fc936 1.17 MB 1,437 48
621,440 621,440 0000000000000000000f2843d5358dc3b073d2f8a7ea422306699fd0799ccf38 1.28 MB 2,889 40
621,439 621,439 000000000000000000087f33964695a5bd2262ae62a79bc801c4c7dfa7de6506 1.20 MB 2,750 53
621,438 621,438 00000000000000000002f2340d0ccc2968a7422a44db036a3d14b949e0a45d44 1.21 MB 2,156 55
621,437 621,437 00000000000000000000d400239133a698ccceed5018f96711b78917f95f2be0 1.47 MB 1,689 44
621,436 621,436 00000000000000000005ed1961e3d036bbc5dc082fb4c8ab3a63ad71385d2074 1.28 MB 1,751 60
621,435 621,435 00000000000000000003d134c83af17fee816fb2e009abe7b3064938bcd26e4e 1.15 MB 2,056 46
621,434 621,434 000000000000000000047c278ba949f4f94bfd59e39a044688a48ddc391a7841 1.25 MB 2,032 65
621,433 621,433 00000000000000000000add19c05bcd40c28e34ddf68aacd5b9f65b6d2322b0c 1.30 MB 2,442 52
621,432 621,432 00000000000000000007346f238a28a1623a4206f1943b9f21b10c6dff6ca60b 1.23 MB 1,941 60
621,431 621,431 0000000000000000000c0e6cdeb6589df0c2221bc5dfbb6778f9efa30fa35035 1.31 MB 2,907 61
621,430 621,430 0000000000000000000ba39bf0db6a58e1d5648b5a15ca314ec55459d958c9b6 1.30 MB 2,250 78
621,429 621,429 0000000000000000000ffdc6cd6b06df243e0bbe7da8a40fbc6394d8a1fa25cf 1.32 MB 2,162 92
621,428 621,428 000000000000000000074c4f5e82f64d4783bfb4c21c35524c3128d8cc587521 1.28 MB 2,588 86
621,427 621,427 0000000000000000000900396b226a4f23abf48e81a5164379536a74ece9637f 1.30 MB 1,939 32
621,426 621,426 0000000000000000000829c18256feb68317a331086c99849aaaebe4d20fb571 1.27 MB 2,090 65
621,425 621,425 000000000000000000016e527f8104e8bfaa495baf9baaffee3260ef3e736d0b 1.16 MB 2,288 28
621,424 621,424 0000000000000000000160a7bf348fc4960898be32d009d8a7050275d684f3bf 1.17 MB 2,030 39
621,423 621,423 000000000000000000025427e27c4220da0849f37f5f101f7461538cf2c8d38b 1.22 MB 1,625 68
621,422 621,422 00000000000000000001c5d944be61ef8ba99b4577e0200d9ee217fd84b81464 1.39 MB 2,484 50
621,421 621,421 00000000000000000005435ec882b18f52f3ff0b9afeb93f77d26986079cebc0 1.37 MB 2,478 65
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.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.