Memory Pool Memory Pool Refreshing

2,166 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,015 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,163 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (777,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,035 130,035 00000000000007d6d8c9ccd1472df92b69ae8bf0d1a06f6f42df8d580a080f0e 0.03 MB 12 1,221
130,034 130,034 000000000000174784b4188975e572237bbedc98e9eed1a0d5670a37ba163ea1 0.01 MB 27 807
130,033 130,033 00000000000010e775e0c108d61d5eaca07942f7ec51ed31a794d80e665753fd 0.00 MB 12 1,225
130,032 130,032 000000000000027afaa2126bed9d4b4e72bb5c901077223b1ffbccaa9cd1ed04 0.01 MB 23 683
130,031 130,031 0000000000001a01eee4461ecd06ddf662074e7abc59be6170d2b88992be7d48 0.01 MB 36 627
130,030 130,030 0000000000001b8e2d6ae61f2e557d4bf7c184a415d5a6babbd319643f1db5cd 0.01 MB 39 1,668
130,029 130,029 00000000000000a5eee1b95aabe6b73d838801f5a49aa6c0dad1b7f5785c6885 0.02 MB 74 485
130,028 130,028 000000000000071c9df77359ec5a47151d0a85c67cef9e0a07d7e8f65bdc1353 0.00 MB 6 5,577
130,027 130,027 0000000000000cb38c59bc138c795c0e7b8e5055ef2072aa0250b776e852a1d1 0.05 MB 132 436
130,026 130,026 00000000000008c8c52cf6ca2b0a5176cb82e6eb7d1463c52102a5aee5561faf 0.02 MB 27 1,830
130,025 130,025 0000000000000c3d612ffd825d60c99cd93de879c9e327510f5c151a374ce0d9 0.00 MB 14 1,144
130,024 130,024 0000000000000df71806c67c55789458352375a0ed1db80c1e20853888a8eac5 0.02 MB 59 123
130,023 130,023 000000000000038af85944f31698aedcdc633079aae090c6a6dc33b2648e3867 0.05 MB 83 2,721
130,022 130,022 0000000000001b4fbc5df3a8476b62f5ff5060b14c3d8b0bd405cb007ec0b080 0.02 MB 56 838
130,021 130,021 00000000000009672ae012d3fdf6443db3c289a35a5b9a5a89df9c9ee456fba9 0.03 MB 86 258
130,020 130,020 00000000000016bf116fc90cf45aec2da4d13349358159d8b4eddcb37eab295b 0.00 MB 6 0
130,019 130,019 00000000000000805fe8d86adcc7faa59ab0f6f2c1c8ece173dcc1295b5e79d4 0.00 MB 12 17
130,018 130,018 00000000000014b7e13e1020183f77bcdbe028447ac66c3f1402c82dc7c271d0 0.01 MB 30 1,319
130,017 130,017 00000000000019c05e1a23f422907f85d7c8def91b7e4fe4056d909137c9fbd1 0.00 MB 14 886
130,016 130,016 00000000000002dab047be51a57e1ebf78393424801f357e8d7967089c6d1f00 0.02 MB 39 452
130,015 130,015 0000000000000a06e321b6acb72c4176d2d06e2040a26a9f4b2f19ee72910f8d 0.00 MB 10 16
Previous 10 blocks ↓
Total Size: 769.57 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.96 GB sent, 95.79 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.