Memory Pool Memory Pool Refreshing

8,013 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (56,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,317 851,317 00000000000000000001bded40172d269e54490efbb7042311b65acafc9f951e 1.59 MB 7,699 5
851,316 851,316 000000000000000000035b09511ee2e9ec9d62697289e4606c0a9790dcaa167c 1.77 MB 5,035 7
851,315 851,315 0000000000000000000260c98c2e0204f50f3eee622ec2df76d4ddd152773585 1.53 MB 2,514 8
851,314 851,314 00000000000000000002e0c6309c122627530698e0ec841e84c54edf430b57d7 1.66 MB 3,264 9
851,313 851,313 0000000000000000000186df9d931d01d46d450582f22711796209a3378199b7 1.56 MB 3,014 10
851,312 851,312 00000000000000000002a34c0a46b5279cbe7b526cf662d85366794e845874e2 1.46 MB 2,338 14
851,311 851,311 00000000000000000002b6b0e4a418a1c0addda40681e5591d1d4f35eedc8fa8 1.60 MB 2,513 16
851,310 851,310 00000000000000000000051df67c124751497d164dfd8f09d9f7ca2efe897600 1.58 MB 6,454 6
851,309 851,309 00000000000000000003558b0030523e8760f186727e2cde1c35b85495a6ae97 1.60 MB 7,466 5
851,308 851,308 000000000000000000035b3806eaa2ff96de06fd9021f764f3ea4f09b89a5d62 1.55 MB 6,405 9
851,307 851,307 000000000000000000005c1e5acab003d932260662c54389900afba4a931f8e6 1.88 MB 3,727 7
851,306 851,306 000000000000000000001c1004ec4ab18e6d03c9545f22dabbe3eb496b98b9a7 1.62 MB 3,012 11
851,305 851,305 00000000000000000000648de8898771db19340888b6ad297222e602d91543d6 1.91 MB 2,479 5
851,304 851,304 0000000000000000000224ba2ee689f4f653e262ad7f6172c4dfcf0db302d675 1.63 MB 2,717 11
851,303 851,303 00000000000000000000f3214de53d653f496e6e4e98eced99ff7be5cc02dd3f 1.91 MB 2,366 6
851,302 851,302 0000000000000000000142022bbfd617141b0f8e30a8cf719476b4c6f2e03089 1.53 MB 2,947 9
851,301 851,301 0000000000000000000052bc5c455c4a499b5baaec2875cacd1c26a33051b9b3 1.46 MB 4,067 7
851,300 851,300 000000000000000000013f56e28bb9a816978b745be1477627bdbf921801e50e 1.63 MB 1,974 8
851,299 851,299 000000000000000000017be7088bdc78e7f79770dc95290a9591489f234cffd6 1.62 MB 3,177 8
851,298 851,298 00000000000000000003175e9827008ad6c93559e5257920f5b9b7d9ad12b3af 1.54 MB 3,164 15
851,297 851,297 000000000000000000032a145efc5e0572c516c67a9d3d9edba9a42da978dc9d 1.74 MB 1,597 8
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.