Memory Pool Memory Pool Refreshing

2,601 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (446,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,812 460,812 0000000000000000009cbfe824e1821b3dad327bd5a5a913c1a73cd33fafb46d 1.00 MB 2,321 184
460,811 460,811 0000000000000000012623aae44bf4c2791306e84a62a7b0f708c8aadd6808d4 1.00 MB 2,011 128
460,810 460,810 000000000000000000dcf37b340c6fe55b6fa59f462d92e9bcb41301109498a7 1.00 MB 2,065 170
460,809 460,809 000000000000000001c2e6b680c3f089d5c9e1177a1c1fcc36eccec5928290a2 1.00 MB 2,261 95
460,808 460,808 0000000000000000001efb31cdd06f7c3f0ecc4cf6dd2597bee2ab022457de26 1.00 MB 1,451 113
460,807 460,807 000000000000000001953e14ab05661ccb785182e36c44772e8f1e57ee2b6ea3 1.00 MB 1,727 71
460,806 460,806 000000000000000000154f447f1681a628c4dc43de704a5d79265407ca3d3539 1.00 MB 1,484 56
460,805 460,805 000000000000000000aef339d75c0db711632d1c20904c840bb9d712bcc3a6a1 1.00 MB 1,068 84
460,804 460,804 0000000000000000004b0bdd06ada35eecddeabfccaef1a1322bd0718f74de1a 0.99 MB 396 78
460,803 460,803 000000000000000000280410a4b4ba39cc2a0c1b7e3bd16cb56cebb4c4cfde92 1.00 MB 1,741 126
460,802 460,802 00000000000000000156d8749922b897b5d859ce2d836748e8a72063d570b095 1.00 MB 1,423 129
460,801 460,801 0000000000000000020565fb7b95fbfc4a56690c823c43bf4292fc5f97f55d03 1.00 MB 2,302 135
460,800 460,800 0000000000000000012f1e8edad68eeb24457226dd9d870843b755213583ca70 1.00 MB 1,971 118
460,799 460,799 000000000000000001046b665bc791fbc291f02d390e179dcdae7706fffbd154 1.00 MB 2,074 166
460,798 460,798 000000000000000000c293c6d843f6a4cae09e9dfafb698a8f6a9b8110299023 1.00 MB 2,165 246
460,797 460,797 0000000000000000016181565bff63d6b544ea6bc20819a7a331256b87f3a3ae 1.00 MB 2,243 133
460,796 460,796 000000000000000001a775c7648197464bbf1a67dd6277d666a64a59626853e3 1.00 MB 2,288 174
460,795 460,795 000000000000000001f325278b50dac72ff233b49e186c9e0be4c2d02c778ec2 1.00 MB 2,273 169
460,794 460,794 0000000000000000012b3f9003783e9e33ca30743a42147b83f311253c703c1e 1.00 MB 1,766 123
460,793 460,793 000000000000000001a8ec5894d1584c12d03edfd7ac2e7693543379fa0ebaa0 1.00 MB 2,214 178
460,792 460,792 0000000000000000015d47c2aca1adac73d4184341e7958bda1387a3a37afe75 1.00 MB 1,525 113
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.