Memory Pool Memory Pool Refreshing

7,063 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (388,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,895 518,895 0000000000000000002c33386eaae5d1b2fbab9fdea0e6acc73f28c2c63f8698 1.05 MB 2,138 11
518,894 518,894 00000000000000000033844f410a2c3968be47ef3b5824c1448d1851e7b392a4 0.38 MB 667 79
518,893 518,893 000000000000000000318c9d13ce70eee8f5c654ee60261fc4d41c228d5f2c29 0.09 MB 173 20
518,892 518,892 0000000000000000001e97d810425fb380a2801b5e9c6132ec26f88999e71d3f 0.45 MB 798 22
518,891 518,891 00000000000000000024ebeec3a337f3a59e07e1b7cf0ce570bf01e271348841 0.61 MB 1,395 10
518,890 518,890 0000000000000000003641a4636900cc0ba1e7ec7926bbd44953b38593ca97af 0.42 MB 833 58
518,889 518,889 000000000000000000197bbc22c0c3cbf1cba76f1b394db081cb2f6102fe14e0 0.66 MB 1,001 26
518,888 518,888 00000000000000000005c0c917d846c42596d619db547c483fc9b53a96631d36 0.24 MB 361 49
518,887 518,887 0000000000000000003f1ce2dbae67746b56f35a132cfef28e75cdd570b30815 0.12 MB 226 19
518,886 518,886 0000000000000000000cd9a4df1dfe0ac6fbe374c22ac135be65e1976f305111 0.04 MB 50 11
518,885 518,885 0000000000000000003da79f3565b3d99d4003b3f4e85053e6026a863bacb21a 0.47 MB 756 19
518,884 518,884 0000000000000000000b4069691d253784178de47185e4c6cd8b09d3a438b426 0.08 MB 167 34
518,883 518,883 0000000000000000004489ff96db62592fd305e4cb7fc933082c4a92300bdcbc 0.26 MB 494 8
518,882 518,882 00000000000000000046ee57426ec63c9d3113ce43f1c7818741bca84c277336 0.19 MB 261 44
518,881 518,881 000000000000000000385546c603f0fd6a618ce5418b4b09bc05b2f581e378ce 0.42 MB 944 30
518,880 518,880 0000000000000000002f1f41c444bac278d2779f9599d3b20277e7dcee8c1993 0.73 MB 1,202 38
518,879 518,879 0000000000000000001c189b29d615445c3242fc3be7547eb34fb65d19def3c5 0.50 MB 911 27
518,878 518,878 00000000000000000032c854277b56513c4163f0188774d27a9e50b4079ff82e 0.92 MB 1,977 25
518,877 518,877 0000000000000000001351f11fb1da7d707ea4279482548f1e474e7faef7e445 0.53 MB 798 23
518,876 518,876 000000000000000000217141afdb35faa3cf84712c48d5135294ff3087c80638 0.00 MB 1 0
518,875 518,875 000000000000000000393cde465168d02ff9be4113f05812346696f89f239ac4 0.64 MB 1,024 20
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,615.99 GB sent, 92.70 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.