Memory Pool Memory Pool Refreshing

8,991 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (791,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,072 116,072 00000000000061215ce95d60e3f57cdd27cb743a4dbf9546ad646dd253b55154 0.00 MB 1 0
116,071 116,071 000000000000591b7b53815787e25d10b8aa547314afe745ae3f6a274e88f47f 0.00 MB 5 0
116,070 116,070 0000000000005766d31de220253a4e202071504fdfe213180777ba1623e1bd4c 0.00 MB 7 0
116,069 116,069 00000000000014bc6f49930cde48f1bc8cebf6b0e560ecfc7676166113625bf8 0.00 MB 9 306
116,068 116,068 000000000000a6057f9bebff120f2ec31625adb0969492fb8dcd765c09ba35eb 0.01 MB 11 677
116,067 116,067 0000000000008ccb4b2f55f7a40d35dca9fcaa4628e60c5bb29dcf120ad1f6a1 0.00 MB 10 0
116,066 116,066 000000000000187e4c5bd9a741d24fd25aa95eb50c05ab8970031bc3d648ac0d 0.00 MB 2 3,861
116,065 116,065 00000000000028eac44768a640a7d75672bfa06878753493c6c145f8217b32ac 0.00 MB 1 0
116,064 116,064 000000000000bc5cd2510b68d45f0a5ebb44baafe76451669356bbc2f070a70d 0.00 MB 7 817
116,063 116,063 0000000000009bfa8d2d5f5a0f6e97d9a2a0b278060bbe0cb7436ba641123e03 0.00 MB 1 0
116,062 116,062 000000000000f086b37245e929e5a5b9ec1a66afe2efc789283a9aad62615635 0.00 MB 7 2,460
116,061 116,061 0000000000005a949a93371556778ae87b82730b76751f29e6bee6fe3bacb7d5 0.00 MB 11 669
116,060 116,060 0000000000009c4b48cec0b9d68cd76e2709971887e1b114322eda63f64d68bf 0.00 MB 1 0
116,059 116,059 0000000000008c3f797ea3bc181703ae7895bec0495372d0b9047e444d9b37ca 0.00 MB 8 1,051
116,058 116,058 00000000000097feb1408bbbc72160d031e3f051138b74817f7b6a278f3044b7 0.00 MB 6 0
116,057 116,057 00000000000059c61ae8785511172cee734c129a38a80a4f1d6a7de0f48adbab 0.00 MB 9 0
116,056 116,056 00000000000067f379511ef05bc683313efcb6d62ec54801439d3f2101b1e18e 0.00 MB 8 0
116,055 116,055 000000000000b53264e54ea7691dd3e12562aaf9e2603b0210ea098edfd5794c 0.01 MB 12 544
116,054 116,054 000000000000178ca162f5392abf7259e51364f798aaa5e25452f1389c2359ee 0.00 MB 11 0
116,053 116,053 0000000000009980c8907bcc4f75e5c97b944a8506aa00620986155a3f49cd44 0.00 MB 12 346
116,052 116,052 000000000000ce2766c6707847af5cc5babaea00cd7c4d0d5a6418e3f7746acb 0.01 MB 30 1,726
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.