Memory Pool Memory Pool Refreshing

2,443 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,111 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (95,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,306 812,306 0000000000000000000338c77bde0199e5637053e48a4c31f1101efe4f1a74db 2.02 MB 310 2
812,305 812,305 0000000000000000000316333ff88e7add62afcf22884ca4a1dabbfca67067c7 2.11 MB 163 1
812,304 812,304 00000000000000000004cb9adc20d776f56d470c927405ce60fd996655f99423 1.83 MB 1,678 7
812,303 812,303 00000000000000000002162e6bdb84a973728bee2e5da2a58978ea4805d41b95 2.06 MB 779 3
812,302 812,302 00000000000000000002e9a23c9a06b48f8c955df37bedb8d839e0934c09348c 2.16 MB 148 1
812,301 812,301 00000000000000000001b4832d7bf816c7e9c1e2f33d5345694e52bbe449f9a2 1.79 MB 1,492 6
812,300 812,300 00000000000000000003fb4866d7bc40404d9a540bbef94e23c00af6d31243f5 1.73 MB 1,370 6
812,299 812,299 0000000000000000000186fd0203f2424939b937dd2da7c4b76d9c3e77607fbc 1.88 MB 1,908 8
812,298 812,298 00000000000000000003c0c7224d6657fa240e313d6937179e14aa97785440af 2.12 MB 442 2
812,297 812,297 00000000000000000002032126aa5adb5f5e12b8ffda517cfe05b819131d2c74 1.96 MB 1,835 6
812,296 812,296 00000000000000000003766ee71c3a5849e6cd5e49d6e1e9f9b3596c8ce960d7 2.17 MB 207 1
812,295 812,295 000000000000000000001001950c23c76fc3bb1be98cbabc5d16192d516459a5 1.54 MB 1,393 6
812,294 812,294 00000000000000000003981d98518e87e81817f384b52993d679dc2fbe95870f 1.82 MB 1,737 8
812,293 812,293 00000000000000000002c7d666a2dcbb626ff688082d89313ac9912c3bb520c9 1.89 MB 3,028 9
812,292 812,292 00000000000000000002fb79d8c11478370f5a1426053045aa30d5a85c27b14b 1.85 MB 3,273 13
812,291 812,291 000000000000000000029a6d9b6cdc34dfbcb90f394f14f8c09037b761dec990 1.89 MB 2,360 6
812,290 812,290 00000000000000000001ba1eb2cef1db23cabda5084d6a005b1c6238300a8f33 1.84 MB 1,412 5
812,289 812,289 0000000000000000000431544f51348ab42c69c07ffd3202364f53b43d276596 2.03 MB 1,539 4
812,288 812,288 00000000000000000003fb0dad9c25a200b38240d69d77f7574309f560f1e189 2.05 MB 933 3
812,287 812,287 0000000000000000000219144acb151a57ee32e116c1bb6df5966cf5439463c0 1.60 MB 3,114 8
812,286 812,286 000000000000000000018e992e7e3740114d20dece498641c4dc09845c6cb768 2.09 MB 530 2
Previous 10 blocks ↓
Total Size: 769.19 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,633.66 GB sent, 93.88 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.