Memory Pool Memory Pool Refreshing

2,889 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (2,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,367 905,367 000000000000000000012b92bbd4ac756c56076072fc9c80680f172feaf49c40 1.29 MB 2,463 1
905,366 905,366 00000000000000000001cbcc19436258777060cb412d0738ac9d652f55ee45f0 1.60 MB 3,849 3
905,365 905,365 000000000000000000001288b24e76fce2931215212b7aa5f31e332bb79f4df6 0.79 MB 1,976 3
905,364 905,364 00000000000000000001f28a9f8c1ef3b553e62a57e7f6e350edfd1474dab476 1.74 MB 3,293 2
905,363 905,363 0000000000000000000081e2f14c5819e52717af3d35f4416c39eb64f21b3fbe 1.68 MB 3,500 1
905,362 905,362 00000000000000000000dd33d059b6afa367b8c1ee0c0f7850dce87addb0eb4b 1.64 MB 4,193 3
905,361 905,361 0000000000000000000015dd1997de2dc48501dd59653fa10abfae65c252c2da 1.68 MB 3,216 1
905,360 905,360 000000000000000000006be84d102b33c6065ef1b6145d6203955033a5c5ae46 1.61 MB 3,234 4
905,359 905,359 0000000000000000000030d4d912347358cc328d30b909d9ad0859c6e8a71683 0.19 MB 377 4
905,358 905,358 000000000000000000022e5c9b8b0e788af762382718694c5e32dd61304ff863 0.72 MB 1,002 1
905,357 905,357 000000000000000000014fc1444bdec15fc2ee87143e5a2e1a9d9ccec73f9294 1.77 MB 2,846 1
905,356 905,356 000000000000000000010d6f259c72a918cda08a666121a53954bcc47ecb2ee8 1.44 MB 1,796 2
905,355 905,355 00000000000000000001781ad99032a955b60b1d356834a006bbdbd4d5a588fc 1.81 MB 3,926 2
905,354 905,354 0000000000000000000128efdd5256bd202e79f1ddfb956db58a1bc402313adf 1.82 MB 4,412 9
905,353 905,353 0000000000000000000186eed935e4ad209e7aaa4ceeb2542851feaf4b8d426f 1.59 MB 3,942 3
905,352 905,352 000000000000000000022dabca47b7aabc24d93d0241536ca75dc528d08d5eba 1.63 MB 4,162 4
905,351 905,351 00000000000000000001187d6ea8847a7bb3f630896d6fe808ea54ddc52d3fdb 1.69 MB 4,488 2
905,350 905,350 0000000000000000000209f4371c9c7f64dbfa8c6eee9f21e5f8c69b176d2681 1.62 MB 3,810 3
905,349 905,349 00000000000000000001c45d9686bc4a33871e0cdaec02a2cc9ba26d908f7637 1.82 MB 1,466 1
905,348 905,348 00000000000000000001a37e950b89a1f0ed01685f4ca402f4fa4ce219f7410e 1.67 MB 2,257 2
905,347 905,347 00000000000000000000051d3c42bbf21d1707b7d1eeba0d4c51172c92d520f2 1.64 MB 3,588 4
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.