Memory Pool Memory Pool Refreshing

2,864 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,862 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (9,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,753 898,753 00000000000000000001b8591607c1e677a2594ca073aa6de35d42cb0cb9b129 1.55 MB 3,471 2
898,752 898,752 000000000000000000013108faf5f438ea2bb8aa3c15f1f55650396cadd052dd 1.52 MB 5,610 3
898,751 898,751 00000000000000000001e2d00e4c928df0a5e48af2b8ea09c4ff224cf9c92b78 1.56 MB 4,734 6
898,750 898,750 00000000000000000001dfb7c86c163d2c0ca44f619dec3c351d7421cacb0424 1.51 MB 3,313 2
898,749 898,749 000000000000000000013aaf89c6886bf84296046503ffb6a47376f3ac68975c 1.60 MB 4,128 3
898,748 898,748 0000000000000000000178dbca83c452f06b167a040e6f7a3a1b89fc189eb31b 1.56 MB 4,701 4
898,747 898,747 00000000000000000002406faa3fcc4b961be87f072d9c1fc9895c972584ea23 1.61 MB 3,920 6
898,746 898,746 00000000000000000001549d4d04fead4853f3a2b9a796fd959922920d22aa6b 1.67 MB 3,571 5
898,745 898,745 00000000000000000002110a2449688f9ee74959dc1f2b857da5651ea6c84f98 1.71 MB 2,974 5
898,744 898,744 000000000000000000022310234722f164cb067c4b4e7724dd867d6d7627d4ed 1.69 MB 2,508 3
898,743 898,743 00000000000000000000f9928c1685054a783ef86b15b00c9f7cc67e48f49830 1.78 MB 2,857 5
898,742 898,742 00000000000000000001f9f692c936cabb5b48e72668b51b7274aee94da2d3ba 0.55 MB 1,055 1
898,741 898,741 0000000000000000000229778b0d2cae1fe8d075c5a0f24b22a4504172010762 1.82 MB 2,131 2
898,740 898,740 000000000000000000006e0342bd0fa90e884436de0ff61fac9768ea4020d83f 1.51 MB 3,206 4
898,739 898,739 00000000000000000000fabe89555c271a326dd4ca28a0311ff5b719183ef288 1.07 MB 1,753 1
898,738 898,738 00000000000000000001ccb40f4be289bdbd8d6d4e7cebaf4b8af719f42fd656 1.44 MB 2,519 4
898,737 898,737 00000000000000000000f4e3e4bfdf56575cdedbfaa93b86f3e94e68f1a698e4 0.42 MB 750 2
898,736 898,736 0000000000000000000081e7d4a77af037299f269547e7463c24a52d238b8d0e 1.88 MB 3,298 1
898,735 898,735 00000000000000000000f982b32173adc50ce6c7612d3dded53ecd641a89d9cc 1.76 MB 2,699 2
898,734 898,734 000000000000000000012faefe81443217a9bad0700eb80d9ab76a5b19e25f96 1.59 MB 2,964 1
898,733 898,733 00000000000000000001fc0cd72e20d559bd9b84c0c37ca72dd2f420ec854375 1.50 MB 5,774 1
Previous 10 blocks ↓
Total Size: 769.56 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,649.31 GB sent, 95.75 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.