Memory Pool Memory Pool Refreshing

7,554 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (552,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,065 355,065 00000000000000001324d4cb385458edcba6bd65288e04d0aa7ea18e7f558d4f 0.56 MB 1,167 27
355,064 355,064 00000000000000000ceb5b981a3dc1324bd02c90631c1a37d09e6bd59a6d364a 0.75 MB 935 17
355,063 355,063 00000000000000000bd568195c703df04cd8c5b3d00153c74523a92601aaa4ca 0.75 MB 2,186 47
355,062 355,062 0000000000000000021eee625490f82894fd4753229735435a28fb2b0b6698b3 0.25 MB 260 13
355,061 355,061 000000000000000015904c5a1ab19652278f0d69eb5ed9fc96c30ce8bc326d43 0.75 MB 1,661 31
355,060 355,060 000000000000000002a24f166c603b798d3fac08a3a6476fefa79dd5f84a555c 0.72 MB 1,025 21
355,059 355,059 00000000000000000bc5bd7ddecf861bd1488d7553e5124e89b678c7416cdaf4 0.29 MB 566 36
355,058 355,058 000000000000000000b4d506ba5bbbdba67d4114ddec6b860fa0b4805bd0a247 0.75 MB 1,419 28
355,057 355,057 000000000000000003b44c2f5db22df08866e704412e0d1704c4e6c383a09c72 0.19 MB 428 27
355,056 355,056 0000000000000000156f0bf7fa060438edec28357c011fe5dbfe48f5b7dc4f59 0.25 MB 525 29
355,055 355,055 00000000000000000ea0c1a2d5e9c7dd67e3b2c14eabedb478313e878282d7eb 0.75 MB 1,155 23
355,054 355,054 0000000000000000168710c7a956b07f740f4f17cf84ca208588d0f0309dcd51 0.25 MB 573 48
355,053 355,053 0000000000000000029a678a6c3b12c451cfc8d18e8a21629afdb81120cc33a8 0.40 MB 813 26
355,052 355,052 00000000000000000fe801a16676667b6e7e270ef989c27ecbe893767d6c7548 0.41 MB 578 19
355,051 355,051 00000000000000000b7e790ec6cf63bb94e0354516ab3bb5a9aaa96d7676afa8 0.75 MB 1,883 38
355,050 355,050 00000000000000000d97c863738c36c06412463c203265cd826c3281acbd5846 0.57 MB 1,103 27
355,049 355,049 00000000000000000e55d2b84f06836a0a132663ab6af152d4f70ed2563b080b 0.67 MB 1,477 28
355,048 355,048 000000000000000008641293a1de7cbde40b24fc29b5cb79c0582664e53ba97b 0.26 MB 507 26
355,047 355,047 000000000000000007892ed933ef1af3d534519c5098379a7310a68cd1e3370d 0.10 MB 151 19
355,046 355,046 0000000000000000045fdb433b21fb63d3de6ab2374752bee95c213596d0f22b 0.42 MB 863 28
355,045 355,045 0000000000000000122a3578dd80a4c382165474983937a2753f641c746abfec 0.47 MB 821 23
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.