Memory Pool Memory Pool Refreshing

9,785 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (771,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,901 135,901 000000000000008bde22d58c68640a28c4e521823f3d7c931f1b221f2360a2b8 0.00 MB 7 637
135,900 135,900 00000000000003dc00bc3d775c54a668a43bfbd5d65d70c766846bd424c9631c 0.00 MB 14 451
135,899 135,899 000000000000079143f7bc55bd38afe75b7aa1a3f88226988237d6caf5956d9a 0.00 MB 2 113
135,898 135,898 00000000000003ef981faf15d93250a4fa4a514800533592cf622ac239025527 0.02 MB 47 531
135,897 135,897 00000000000002f3fc6f7e28a9fd3e6bfc94baff772a8c2615a45a2b66e5e460 0.02 MB 43 706
135,896 135,896 0000000000000aaa9be1c37f043bc034988172cfa2d0a6fd9628d36ca72d1c0b 0.02 MB 82 0
135,895 135,895 00000000000002007e5ae93dec6daa095929fb790971aace81cafecefaa80d99 0.04 MB 110 321
135,894 135,894 00000000000008096b422e99407cae133ff584916d7bd84411425f4dfcb73ecd 0.04 MB 49 247
135,893 135,893 00000000000003c29a1479b16ba6679d5431c5ca81f222f35742f41dfe600449 0.00 MB 11 343
135,892 135,892 00000000000000d2d2cbe01a71a5756a5bf45c9e7dd5e06c8d312ca5456dfdae 0.01 MB 20 1,304
135,891 135,891 00000000000008d981c7565324086db73482eacbb2315aa6962b5452f263d28e 0.04 MB 92 376
135,890 135,890 00000000000008d1996338321f734448a6fb6ebf06ced353dbcff0418e4e1558 0.01 MB 10 7
135,889 135,889 00000000000006cfdcfa499a3c37497b64c2164134dd53ecc0728b0dc8648541 0.03 MB 82 297
135,888 135,888 00000000000005c58f9107a28aaca7945db7fc77b35f66775a14ecd35fd1c452 0.00 MB 15 414
135,887 135,887 0000000000000a7203337042b1c7fca86deaee2493330d78f9c98e745efe44e8 0.02 MB 33 219
135,886 135,886 00000000000003889b2ff4d365d91f9931f6f29f883a693d4b69c6283653b77a 0.05 MB 159 78
135,885 135,885 000000000000090832f1b1944f4be6e021774d10e2702e3d5453e48310a2a4ae 0.03 MB 56 270
135,884 135,884 00000000000005c8503c28c8d090a9edc6e1a248a73efb6d5dcb201845aaa6a3 0.01 MB 22 218
135,883 135,883 00000000000009383792de892fa90b8f3a067e7ced9be0da351633cb8d69c4f8 0.00 MB 7 342
135,882 135,882 000000000000085ed44a05df6b81c3e86d02ef922cd5b56f35ae11a1ac12961f 0.02 MB 33 78
135,881 135,881 00000000000005fa8886ae1db2693c9a59ef1ef37f13fcfacf6e7e8affe91712 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.