Memory Pool Memory Pool Refreshing

753 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,764 (9,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
898,732 898,732 0000000000000000000063078e95bf365f10f24c95105dfa82fa2800cc8c2efe 1.51 MB 4,624 3
898,731 898,731 000000000000000000006128babd1b61ad545fdaae734917ed96705ac6265495 1.61 MB 4,411 5
898,730 898,730 0000000000000000000173c9aabe6b8cfa909491fab529226afa4fc34ad90367 1.50 MB 4,574 2
898,729 898,729 00000000000000000001fc3e8db7e006929784b1bb69ff2963f9b4eb0856f38a 1.47 MB 4,166 3
898,728 898,728 00000000000000000000a6a4ced40986a824112cbd27412caf070529b4b37980 1.44 MB 3,280 2
898,727 898,727 00000000000000000000328acd5da717a9c94e18c35bb7ec3e5c065aad344715 1.47 MB 3,718 2
898,726 898,726 00000000000000000000e982bbc62ef4819aa736e5986fc958c235fc99b00ec7 2.02 MB 1,070 1
898,725 898,725 0000000000000000000160dff19ce8655f8845a920f69352106813640a8bb1fe 1.59 MB 2,987 2
898,724 898,724 00000000000000000002142f4d380f679922725ce714b5dafd51114472f0b5b6 1.64 MB 3,317 3
898,723 898,723 00000000000000000001e368822bb1511a63ec7db38f6c62ab37fe6a0e92471e 1.52 MB 2,721 13
Previous 10 blocks ↓
Total Size: 769.10 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,628.88 GB sent, 93.39 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.