Memory Pool Memory Pool Refreshing

46,375 transactions
28.25 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,274 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,828 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,273 (70,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,414 805,414 000000000000000000002829133e89e341214b8dccd3b6a7f3f4245dab1113a8 1.75 MB 2,286 12
805,413 805,413 000000000000000000001d63a0516748160bb6b01741ab14b41277416fd5f54d 1.46 MB 2,010 11
805,412 805,412 00000000000000000002349386dc99e6665da2792d72da34da7c791e042266ab 1.45 MB 1,592 11
805,411 805,411 00000000000000000003fe257a89defd5737496d621e16c94963b5f6f55a5608 1.45 MB 2,910 17
805,410 805,410 000000000000000000033967c8c2c62cc40d91a68ba53140ad9385c6ced2f8c0 1.65 MB 2,669 17
805,409 805,409 00000000000000000001cbc6a01f3ac17c79a8933b7e05335a084c2a8f3ddf85 1.59 MB 2,821 17
805,408 805,408 00000000000000000000728a303244d73c51b74b895897db45effdf4527c0d7a 1.76 MB 4,485 6
805,407 805,407 00000000000000000003bfb8e16f48b3100082cc017ac27b26a6240f00a76844 1.72 MB 3,421 12
805,406 805,406 000000000000000000038633e4a97ff9587d321575f4c78f9f79157747edb8ac 2.01 MB 6,106 7
805,405 805,405 00000000000000000003aed5a36e4001672f9976dfbbc94531d7327737daf832 2.12 MB 6,395 7
805,404 805,404 00000000000000000000ad23556d617668a74fd7f33640670bbd98f2ddf8b221 1.87 MB 5,394 7
805,403 805,403 0000000000000000000288efa6a2729acb6267773919a1888f00e598f0f11aae 1.85 MB 3,800 9
805,402 805,402 0000000000000000000391edd06d7df05b07787055a71c28dd1b8748a5d8992c 1.82 MB 3,585 10
805,401 805,401 00000000000000000002355b2e2025a9fdb519e1fe952d7e7b5b0323d156d003 1.79 MB 3,067 10
805,400 805,400 0000000000000000000336438ad57dc168c230c73ffbd438c9088aa0a714a912 1.50 MB 2,712 19
805,399 805,399 00000000000000000001cb94fcd7d4bf102f356fb8a6f715d4573d9e2760d011 1.80 MB 4,766 9
805,398 805,398 0000000000000000000284a05a71eb733914bfebd2b2575304dcf8d86184a60d 1.73 MB 4,480 7
805,397 805,397 00000000000000000003f103fa57c60c38c9038b69a908cd19aa862412a34929 1.69 MB 3,956 10
805,396 805,396 00000000000000000002f643ce8678cbd186c3af4a809732fd40c273df924c00 1.59 MB 2,681 11
805,395 805,395 000000000000000000037dda7556cf12bee42540ce585a5e3a39e87416ef6ae7 2.07 MB 6,630 8
805,394 805,394 0000000000000000000494130d0cdcb8d5aecbc44258b3f3b05365d5ae450b4c 1.57 MB 2,486 11
Previous 10 blocks ↓
Total Size: 710.99 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: 757.37 GB sent, 18.25 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.