Memory Pool Memory Pool Refreshing

8,365 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (509,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
398,481 398,481 0000000000000000059b3c869049cb048ff76fe03d2554748d30b42c14961a44 0.22 MB 371 31
398,480 398,480 00000000000000000167ee2545f48914c1bd0624d756e9645534b152ad138917 0.43 MB 654 25
398,479 398,479 0000000000000000069f6bbc287b5f484179b14bf8489ac5b802d1c24a017f37 0.93 MB 2,317 41
398,478 398,478 0000000000000000041ae02a092fe35572b8edd402b1d11a60aab9b2108a6771 0.93 MB 951 16
398,477 398,477 00000000000000000586fd0f7a6e42942756b0509649f443c7adeeeb8ee1b0c8 0.93 MB 1,199 21
398,476 398,476 0000000000000000067f1f1801349ee99082e7d87fabca9f312c6f24a35d17be 1.00 MB 2,064 30
398,475 398,475 00000000000000000351cf92ffe0821ac011c301086ad2a5194c016e0d0f5ab9 0.95 MB 2,940 56
398,474 398,474 000000000000000002ea03c9d369ff510aea1ee7218c81dac135a6f6ebf89461 0.75 MB 1,853 46
398,473 398,473 0000000000000000009e79b539f93eebc9c4dface5eb7e4313a7780b52d74954 0.00 MB 1 0
398,472 398,472 000000000000000001bcca2a1ae16dcbb538a0d8150b9726440acab1ddac6136 0.31 MB 294 17
398,471 398,471 0000000000000000020fd0715721d6c563328ce860c18dc290c70f2d851e411f 0.49 MB 935 41
398,470 398,470 000000000000000003aa3c763ddded60b00fb3c91c7fc70082932eb1e27e2061 0.06 MB 136 35
398,469 398,469 000000000000000003a99664af1869ab0da37713053147f8baf1c212d85db737 0.85 MB 874 21
398,468 398,468 000000000000000003639ad1b7d51bb87c17376b695dd74aaf3824c866563a56 0.64 MB 1,381 36
398,467 398,467 000000000000000003997dd46d295557647eba170dad1b320bb9a5889c275515 1.00 MB 403 9
398,466 398,466 000000000000000004f072a40dd551f4e8926e46acd586dcfb6f2f6a0c568169 0.88 MB 818 18
398,465 398,465 000000000000000001e9c96275289847fb02ae8077c57f50e9c3c6db1b064a34 0.92 MB 1,895 39
398,464 398,464 000000000000000002f7a09b0d3c46093c8be3f7401c14226154249d5433e35e 0.76 MB 1,274 34
398,463 398,463 0000000000000000041cd6182606b9c825c30e91e3f3d7caacd13417fabf9cd2 0.79 MB 990 24
398,462 398,462 000000000000000003dedcdd1153665dcfd606a9f88ae835e7538a309db7f5b1 1.00 MB 1,945 33
398,461 398,461 0000000000000000041917dd1f156402376ce535b1be7ef4f655adec8a965cf0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.